plugins.rust-tools.server.files.excludeDirs
These directories will be ignored by rust-analyzer. They are
relative to the workspace root, and globs are not supported. You may
also need to add the folders to Code’s files.watcherExclude
.
Type: null or (list of string)
Default:
null
Plugin default: [ ]
Declared by:
plugins.rust-tools.server.files.watcher
Controls file watching implementation.
Values:
- client: Use the client (editor) to watch files for changes
- server: Use server-side file watching
Type: null or one of “client”, “server”
Default:
null
Plugin default: "client"
Declared by: