aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 5f6162bb..5d477ac2 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1001,6 +1001,10 @@ This server accepts configuration via the `settings` key.
The maximum length of a line in the log file\. Lines longer than this will be truncated and suffixed with an ellipsis\.
+- **`dart.normalizeFileCasing`**: `boolean`
+
+ Whether to normalize file casings before sending them to the LSP server\. This may fix issues with file\_names lints not disappearing after renaming a file if the VS Code API continues to use the original casing\.
+
- **`dart.notifyAnalyzerErrors`**: `boolean`
Default: `true`
@@ -1077,6 +1081,12 @@ This server accepts configuration via the `settings` key.
null
+- **`dart.renameFilesWithClasses`**: `enum { "never", "prompt", "always" }`
+
+ Default: `"never"`
+
+ null
+
- **`dart.runPubGetOnPubspecChanges`**: `boolean`
Default: `true`
@@ -3414,6 +3424,16 @@ This server accepts configuration via the `settings` key.
null
+- **`julia.plots.path`**: `string`
+
+ The output directory to save plots to
+
+- **`julia.showRuntimeDiagnostics`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`julia.symbolCacheDownload`**: `boolean|null`
Default: `vim.NIL`