Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Aug 16, 2024
1 parent 59700cc commit 76a5101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user-manual/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ Enable the language server. True by default. You can disable this if you only w
### `witcherscript-ide.languageServer.syntaxAnalysis`
Enable syntax analysis in the language server. True by default. This may require window reload if there are unresolved syntax analysis related diagnostics present.

### `witcherscript-ide.languageServer.extendedSearchForWorkspaceSymbols`
Search for code symbols in both workspace projects and their dependencies outside the workspace when using the "Go to Symbol in Workspace" feature.

### `witcherscript-ide.languageServer.rayonThreads`
Number of threads allocated to parallel data computation. Leave at 0 for automatic configuration. Change requires extension reload.

Expand Down

0 comments on commit 76a5101

Please sign in to comment.