diff options
| author | Github Actions <actions@github> | 2021-04-09 16:26:27 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-04-09 16:26:27 +0000 |
| commit | 34a4cc723f21722eb759d76af202649fdbcdfec6 (patch) | |
| tree | e992e9a192fcb3f8e21db9581481efbf3cf9a7cc | |
| parent | Fix root_dir for wildcards and file in wildignore (diff) | |
| download | nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.gz nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.bz2 nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.lz nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.xz nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.zst nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -535,6 +535,12 @@ This server accepts configuration via the `settings` key. Whether to include symbols that have not been imported in the code completion list and automatically insert the required import when selecting them \(requires restart\)\. +- **`dart.automaticCommentSlashes`**: `enum { "none", "tripleSlash", "all" }` + + Default: `"tripleSlash"` + + null + - **`dart.buildRunnerAdditionalArgs`**: `array` Default: `{}` @@ -5569,6 +5575,12 @@ This server accepts configuration via the `settings` key. Whether to enable codeActions +- **`vetur.languageFeatures.semanticTokens`**: `boolean` + + Default: `true` + + Whether to enable semantic highlighting\. Currently only works for typescript + - **`vetur.languageFeatures.updateImportOnFileMove`**: `boolean` Default: `true` |
