diff options
| -rw-r--r-- | CONFIG.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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` |
