Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 98ea922e4a..020e3b0331 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -686,7 +686,15 @@ "rust-analyzer.files.watcher": { "markdownDescription": "Controls file watching implementation.", "default": "client", - "type": "string" + "type": "string", + "enum": [ + "client", + "server" + ], + "enumDescriptions": [ + "Use the client (editor) to watch files for changes", + "Use server-side file watching" + ] }, "rust-analyzer.highlightRelated.breakPoints.enable": { "markdownDescription": "Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords.", |