aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-03-10 13:58:15 +0000
committerEdwin Cheng <[email protected]>2020-03-10 17:06:01 +0000
commitc1db5d26a0bd491f13b12d85ee43faf6f35fb1a6 (patch)
treef17e1bc9ba5f0a94763a72faa6b313562620c234 /editors/code/package.json
parent6b9d66bbee865bd4337366f1540f8e5aa8d82c18 (diff)
Add additional_outdirs in config
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 7a4a93e30..b856729d3 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -224,6 +224,11 @@
224 "default": true, 224 "default": true,
225 "description": "Whether to ask for permission before downloading any files from the Internet" 225 "description": "Whether to ask for permission before downloading any files from the Internet"
226 }, 226 },
227 "rust-analyzer.additionalOutDirs": {
228 "type": "object",
229 "default": {},
230 "markdownDescription": "Fine grained controls for OUT_DIR `env!(\"OUT_DIR\")` variable. e.g. `{\"foo\":\"/path/to/foo\"}`, "
231 },
227 "rust-analyzer.serverPath": { 232 "rust-analyzer.serverPath": {
228 "type": [ 233 "type": [
229 "null", 234 "null",