mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
document feature flags
This commit is contained in:
parent
c02f1165ca
commit
dc65219ae1
5 changed files with 20 additions and 21 deletions
|
@ -42,8 +42,6 @@ export class Server {
|
|||
documentSelector: [{ scheme: 'file', language: 'rust' }],
|
||||
initializationOptions: {
|
||||
publishDecorations: true,
|
||||
showWorkspaceLoaded:
|
||||
Server.config.showWorkspaceLoadedNotification,
|
||||
lruCapacity: Server.config.lruCapacity,
|
||||
excludeGlobs: Server.config.excludeGlobs,
|
||||
useClientWatching: Server.config.useClientWatching,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue