Skip to content

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

Open
baronfel wants to merge 5 commits intoionide:mainfrom
baronfel:only-use-workspaces
Open

Make FSAC initialization assume workspacePaths[0] instead of RootPath#1223
baronfel wants to merge 5 commits intoionide:mainfrom
baronfel:only-use-workspaces

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.

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