Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make FSAC initialization assume workspacePaths[0] instead of RootPath #1223

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

baronfel
Copy link
Contributor

This updates the LSP lib to get deprecation notices for members, then removes the use of RootPath/RootUri in the initialization in favor of just using workspacePaths[0]. This is step one of the overall plan described in #733.

In addition, while removing obsolete usages, I specialized the outputs of textDocument/documentSymbol and workspace/symbol.

: SymbolInformation[] =
let inner (container: string option) (decl: NavigationItem) : SymbolInformation option =
(symbolFilter: WorkspaceSymbol -> bool)
: WorkspaceSymbol[] =

Check notice

Code scanning / Ionide.Analyzers.Cli

Detect if generic type should be in the postfix position. Note

Prefer postfix syntax for arrays.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant