aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorEmil Lauridsen <[email protected]>2020-03-17 13:55:44 +0000
committerEmil Lauridsen <[email protected]>2020-03-17 13:55:44 +0000
commite154132c911be41b75e84d01de5c7efa4da9168e (patch)
tree343f031803bbf5b35c74bac3fee22c157be50a61 /editors/code/package.json
parentf84deffd72d28143bf95c91563121de9b41c76ae (diff)
Remove outDirOverrides
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index b4128acf0..b9e0ffd2b 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -362,11 +362,6 @@
362 "type": "boolean", 362 "type": "boolean",
363 "default": false, 363 "default": false,
364 "markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs" 364 "markdownDescription": "Run `cargo check` on startup to get the correct value for package OUT_DIRs"
365 },
366 "rust-analyzer.cargoFeatures.outDirOverrides": {
367 "type": "object",
368 "default": {},
369 "markdownDescription": "Fine grained controls for OUT_DIR `env!(\"OUT_DIR\")` variable. e.g. `{\"foo 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)\":\"/path/to/foo\"}`, "
370 } 365 }
371 } 366 }
372 }, 367 },