Skip to content

Commit 20c65aa

Browse files
authored
Merge pull request #475 from sid-srini/cpu_24.1.1
Merge 121be8c
2 parents 49c3c35 + dc32bc6 commit 20c65aa

File tree

2 files changed

+29
-43
lines changed

2 files changed

+29
-43
lines changed

vscode/package-lock.json

Lines changed: 10 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@
248248
"markdownDescription": "%jdk.configuration.telemetry.enabled.markdownDescription%",
249249
"default": false,
250250
"tags": [
251-
"telemetry"
252-
]
251+
"telemetry"
252+
]
253253
},
254254
"jdk.java.completion.commit.chars": {
255255
"type": "array",
@@ -822,5 +822,22 @@
822822
"@vscode/l10n": "^0.0.18",
823823
"jsonc-parser": "3.3.1",
824824
"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+
"brace-expansion": "^2.0.2"
835+
},
836+
"minimatch": {
837+
"brace-expansion": "^2.0.2"
838+
},
839+
"mocha": {
840+
"brace-expansion": "^2.0.2"
841+
}
825842
}
826843
}

0 commit comments

Comments
 (0)