aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authoroxalica <[email protected]>2019-12-13 16:48:47 +0000
committeroxalica <[email protected]>2019-12-13 16:48:47 +0000
commitf56a2a079069edafd74ef92b7e545f18be88b243 (patch)
tree7e3df93410f34c5b9cee0706bc8e4f02c11bff1c /editors/code/package.json
parentaf4eb266457eb784010da28d80535f9fd38d4d1e (diff)
Enable `allFeatures` by default and fix lints
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 8ed95fda7..e3bb07be7 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -286,7 +286,7 @@
286 }, 286 },
287 "rust-analyzer.cargoFeatures.allFeatures": { 287 "rust-analyzer.cargoFeatures.allFeatures": {
288 "type": "boolean", 288 "type": "boolean",
289 "default": false, 289 "default": true,
290 "description": "Activate all available features" 290 "description": "Activate all available features"
291 }, 291 },
292 "rust-analyzer.cargoFeatures.features": { 292 "rust-analyzer.cargoFeatures.features": {