Skip to content

Commit 725eb45

Browse files
author
Github Actions
committed
[docgen] Update README.md
skip-checks: true
1 parent 43ffa8a commit 725eb45

File tree

1 file changed

+51
-17
lines changed

1 file changed

+51
-17
lines changed

README.md

Lines changed: 51 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -970,14 +970,6 @@ This server accepts configuration via the `settings` key.
970970

971971
Whether to consider files ending \'\_test\.dart\' that are outside of the test folder as tests\. This should be enabled if you put tests inside the \'lib\' folder of your Flutter application so they will be run with \'flutter test\' and not \'flutter run\'\.
972972

973-
- **`dart.analysisExcludedFolders`**: `array`
974-
975-
Default: `{}`
976-
977-
Array items: `{type = "string"}`
978-
979-
An array of paths to be excluded from Dart analysis\. This option should usually be set at the Workspace level\.
980-
981973
- **`dart.analysisServerFolding`**: `boolean`
982974

983975
Default: `true`
@@ -1107,6 +1099,12 @@ This server accepts configuration via the `settings` key.
11071099

11081100
An array of glob patterns that should be excluded for formatting\. The pattern is matched against the absolute path of the file\. Use \*\*\/test\/\*\* to skip formatting for all test folders\.
11091101

1102+
- **`dart.embedDevTools`**: `boolean`
1103+
1104+
Default: `true`
1105+
1106+
Whether to load DevTools embedded inside VS Code\.
1107+
11101108
- **`dart.enableCompletionCommitCharacters`**: `boolean`
11111109

11121110
Whether to automatically commit the selected completion item when pressing certain keys such as \. \, \( and \[\.
@@ -1319,10 +1317,6 @@ This server accepts configuration via the `settings` key.
13191317

13201318
Whether to register Pub Build Runner tasks with VS Code\.
13211319

1322-
- **`dart.previewEmbeddedDevTools`**: `boolean`
1323-
1324-
EXPERIMENTAL\: Whether to load DevTools embedded inside VS Code\.
1325-
13261320
- **`dart.previewFlutterUiGuides`**: `boolean`
13271321

13281322
Whether to enable the Flutter UI Guides preview\.
@@ -1451,6 +1445,12 @@ This server accepts configuration via the `settings` key.
14511445

14521446
The path to a log file for communication between Dart Code and the VM service\. This is useful when trying to diagnose issues with debugging such as missed breakpoints\. Use \$\{name\} in the log file name to prevent concurrent debug sessions overwriting each others logs\.
14531447

1448+
- **`dart.warnWhenEditingFilesInPubCache`**: `boolean`
1449+
1450+
Default: `true`
1451+
1452+
Whether to show a warning when modifying files in Pub\'s cache folder\.
1453+
14541454
- **`dart.warnWhenEditingFilesOutsideWorkspace`**: `boolean`
14551455

14561456
Default: `true`
@@ -2006,11 +2006,11 @@ This server accepts configuration via the `settings` key.
20062006

20072007
When adding an import\, use the formatter on the result
20082008

2009-
- **`haskell.formattingProvider`**: `enum { "brittany", "floskell", "ormolu", "stylish-haskell", "none" }`
2009+
- **`haskell.formattingProvider`**: `enum { "brittany", "floskell", "fourmolu", "ormolu", "stylish-haskell", "none" }`
20102010

20112011
Default: `"ormolu"`
20122012

2013-
The tool to use for formatting requests
2013+
The formatter to use when formatting a document or range
20142014

20152015
- **`haskell.hlintOn`**: `boolean`
20162016

@@ -2405,6 +2405,12 @@ This server accepts configuration via the `settings` key.
24052405

24062406
Check that all declared arguments are used within the function body\.
24072407

2408+
- **`julia.packageServer`**: `string`
2409+
2410+
Default: `""`
2411+
2412+
Julia package server\. Set\'s the \`JULIA\_PKG\_SERVER\` environment variable \*before\* starting a Julia process\. Leave this empty to use the systemwide default\. Requires a restart of the Julia process\.
2413+
24082414
- **`julia.trace.server`**: `enum { "off", "messages", "verbose" }`
24092415

24102416
Default: `"off"`
@@ -2782,7 +2788,7 @@ This server accepts configuration via the `settings` key.
27822788

27832789
- **`metals.serverVersion`**: `string`
27842790

2785-
Default: `"0.9.2"`
2791+
Default: `"0.9.3"`
27862792

27872793
null
27882794

@@ -3568,7 +3574,7 @@ This server accepts configuration via the `settings` key.
35683574

35693575
- **`rust-client.disableRustup`**: `boolean`
35703576

3571-
Disable usage of rustup and use rustc\/rls from PATH\.
3577+
Disable usage of rustup and use rustc\/rls\/rust\-analyzer from PATH\.
35723578

35733579
- **`rust-client.enableMultiProjectSetup`**: `boolean|null`
35743580

@@ -3922,6 +3928,12 @@ This server accepts configuration via the `settings` key.
39223928

39233929
null
39243930

3931+
- **`rust-analyzer.checkOnSave.target`**: `null|string`
3932+
3933+
Default: `vim.NIL`
3934+
3935+
Check for a specific target\. Defaults to \`rust\-analyzer\.cargo\.target\`\.
3936+
39253937
- **`rust-analyzer.completion.addCallArgumentSnippets`**: `boolean`
39263938

39273939
Default: `true`
@@ -3963,6 +3975,14 @@ This server accepts configuration via the `settings` key.
39633975

39643976
Optional source file mappings passed to the debug engine\.
39653977

3978+
- **`rust-analyzer.diagnostics.disabled`**: `array`
3979+
3980+
Default: `{}`
3981+
3982+
Array items: `{type = "string"}`
3983+
3984+
List of rust\-analyzer diagnostics to disable
3985+
39663986
- **`rust-analyzer.diagnostics.enable`**: `boolean`
39673987

39683988
Default: `true`
@@ -4550,6 +4570,14 @@ You can use [released binary](https://github.com/juliosueiras/terraform-lsp/rele
45504570
This server accepts configuration via the `settings` key.
45514571
<details><summary>Available settings:</summary>
45524572

4573+
- **`terraform-ls.excludeRootModules`**: `array`
4574+
4575+
Default: `{}`
4576+
4577+
Array items: `{type = "string"}`
4578+
4579+
Per\-workspace list of module directories for the language server to exclude
4580+
45534581
- **`terraform-ls.rootModules`**: `array`
45544582

45554583
Default: `{}`
@@ -4755,7 +4783,7 @@ This server accepts configuration via the `settings` key.
47554783

47564784
- **`vetur.experimental.templateInterpolationService`**: `boolean`
47574785

4758-
Enable template interpolation service that offers diagnostics \/ hover \/ definition \/ references\.
4786+
Enable template interpolation service that offers hover \/ definition \/ references in Vue interpolations\.
47594787

47604788
- **`vetur.format.defaultFormatter.css`**: `enum { "none", "prettier" }`
47614789

@@ -4863,6 +4891,12 @@ This server accepts configuration via the `settings` key.
48634891

48644892
Use dependencies from workspace\. Currently only for TypeScript\.
48654893

4894+
- **`vetur.validation.interpolation`**: `boolean`
4895+
4896+
Default: `true`
4897+
4898+
Validate interpolations in \<template\> region using TypeScript language service
4899+
48664900
- **`vetur.validation.script`**: `boolean`
48674901

48684902
Default: `true`

0 commit comments

Comments
 (0)