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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -233,8 +233,8 @@
233
233
"description": "If one root workspace folder is nested in another root folder, look for the Rust config in the outermost root."
234
234
},
235
235
"rust-client.enableMultiProjectSetup": {
236
-
"type": "boolean",
237
-
"default": false,
236
+
"type": ["boolean", "null"],
237
+
"default": null,
238
238
"description": "Allow multiple projects in the same folder, along with removing the constraint that the cargo.toml must be located at the root. (Experimental: might not work for certain setups)"
'A Cargo.toml file must be at the root of the workspace in order to support all features. Alternatively set rust-client.enableMultiProjectSetup=true in settings.',
423
-
);
424
-
}
425
-
}
426
-
427
438
/**
428
439
* Tracks the most current VSCode workspace as opened by the user. Used by the
429
440
* commands to know in which workspace these should be executed.
0 commit comments