Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit f081ac2

Browse files
committed
Turn on workspace mode by default
1 parent 78d7acc commit f081ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@
255255
},
256256
"rust.workspace_mode": {
257257
"type": "boolean",
258-
"default": false,
259-
"description": "EXPERIMENTAL: Enable workspace support and analyze every package in it."
258+
"default": true,
259+
"description": "Enable workspace support and analyze every package in it."
260260
},
261261
"rust.analyze_package": {
262262
"type": [

0 commit comments

Comments
 (0)