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

Commit c16942d

Browse files
committed
Reformat settings schema in package.json
1 parent 30b399d commit c16942d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,10 @@
228228
"scope": "window"
229229
},
230230
"rust-client.enableMultiProjectSetup": {
231-
"type": ["boolean", "null"],
231+
"type": [
232+
"boolean",
233+
"null"
234+
],
232235
"default": null,
233236
"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)"
234237
},

0 commit comments

Comments
 (0)