Skip to content

Commit 830ce70

Browse files
committed
feat: now you can exclude specific language id when when.languages is set to some language superset
fix: improved completions in settings.json, not showing duplicates anymore
1 parent 19244f4 commit 830ce70

File tree

6 files changed

+146
-82
lines changed

6 files changed

+146
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,10 @@
191191
"eslint-config-zardoy": "^0.2.14",
192192
"fs-extra": "^10.0.1",
193193
"glob": "^7.2.0",
194-
"lodash": "^4.17.21",
195194
"mocha": "^9.2.0",
196195
"rimraf": "^3.0.2",
197196
"tsm": "^2.2.1",
198-
"typescript": "^4.5.5",
197+
"typescript": "^4.8.4",
199198
"vitest": "^0.8.1",
200199
"vscode-manifest": "^0.0.8"
201200
},
@@ -209,6 +208,7 @@
209208
"escape-string-regexp": "^5.0.0",
210209
"got": "^11.8.3",
211210
"jsonc-parser": "^3.0.0",
211+
"lodash": "^4.17.21",
212212
"modify-json-file": "^1.2.2",
213213
"path-browserify": "^1.0.1",
214214
"prettier": "^2.5.1",

0 commit comments

Comments
 (0)