Skip to content

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

+2-2
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)