aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorSeivan Heidari <[email protected]>2019-10-26 15:29:49 +0100
committerSeivan Heidari <[email protected]>2019-10-26 15:29:49 +0100
commit5957b851e4451050151722598fa1ff9d41ccf0ff (patch)
tree23b58b05d93d7471a61aca790f736533edf454c1 /editors/code/package.json
parent1aea7c83ac8259b9c7e10aedd7ed480e80464b85 (diff)
Refactor how themes are found in packages without relying on parsing JSONC.
However, there is still an issue where themes could have been defined in JSONC - but so far with testing very few of them actually do. The issue was in loading packages and now we're letting VSCode tackle that. Fix: https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r339015610
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 46b8cd47c..b7ea9fa6f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -32,8 +32,7 @@
32 }, 32 },
33 "dependencies": { 33 "dependencies": {
34 "seedrandom": "^3.0.1", 34 "seedrandom": "^3.0.1",
35 "vscode-languageclient": "^5.3.0-next.4", 35 "vscode-languageclient": "^5.3.0-next.4"
36 "jsonc-parser": "^2.1.0"
37 }, 36 },
38 "devDependencies": { 37 "devDependencies": {
39 "@types/glob": "^7.1.1", 38 "@types/glob": "^7.1.1",
@@ -494,4 +493,4 @@
494 } 493 }
495 ] 494 ]
496 } 495 }
497} 496} \ No newline at end of file