Skip to content

Commit

Permalink
[docgen] Update CONFIG.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions committed Sep 7, 2021
1 parent 1d2efff commit 3161599
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONFIG.md
Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 3161599

Please sign in to comment.