You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-17Lines changed: 51 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -970,14 +970,6 @@ This server accepts configuration via the `settings` key.
970
970
971
971
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\'\.
972
972
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
-
981
973
-**`dart.analysisServerFolding`**: `boolean`
982
974
983
975
Default: `true`
@@ -1107,6 +1099,12 @@ This server accepts configuration via the `settings` key.
1107
1099
1108
1100
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\.
1109
1101
1102
+
-**`dart.embedDevTools`**: `boolean`
1103
+
1104
+
Default: `true`
1105
+
1106
+
Whether to load DevTools embedded inside VS Code\.
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.
1319
1317
1320
1318
Whether to register Pub Build Runner tasks with VS Code\.
1321
1319
1322
-
-**`dart.previewEmbeddedDevTools`**: `boolean`
1323
-
1324
-
EXPERIMENTAL\: Whether to load DevTools embedded inside VS Code\.
1325
-
1326
1320
-**`dart.previewFlutterUiGuides`**: `boolean`
1327
1321
1328
1322
Whether to enable the Flutter UI Guides preview\.
@@ -1451,6 +1445,12 @@ This server accepts configuration via the `settings` key.
1451
1445
1452
1446
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\.
The formatter to use when formatting a document or range
2014
2014
2015
2015
-**`haskell.hlintOn`**: `boolean`
2016
2016
@@ -2405,6 +2405,12 @@ This server accepts configuration via the `settings` key.
2405
2405
2406
2406
Check that all declared arguments are used within the function body\.
2407
2407
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\.
0 commit comments