We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bb62fa + c94a48c commit 697c5f7Copy full SHA for 697c5f7
vscode/package.json
@@ -248,8 +248,8 @@
248
"markdownDescription": "%jdk.configuration.telemetry.enabled.markdownDescription%",
249
"default": false,
250
"tags": [
251
- "telemetry"
252
- ]
+ "telemetry"
+ ]
253
},
254
"jdk.java.completion.commit.chars": {
255
"type": "array",
@@ -822,5 +822,22 @@
822
"@vscode/l10n": "^0.0.18",
823
"jsonc-parser": "3.3.1",
824
"vscode-languageclient": "^9.0.1"
825
+ },
826
+ "overrides": {
827
+ "brace-expansion": {
828
+ "balanced-match": "1.0.2"
829
830
+ "vscode-languageclient": {
831
+ "brace-expansion": "^2.0.2"
832
833
+ "glob": {
834
835
836
+ "minimatch": {
837
838
839
+ "mocha": {
840
841
+ }
842
}
843
0 commit comments