Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: update vscode to 1.95.3 #534

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"config": {
"vscode": {
"version": "1.95.2",
"ref": "1.95.2",
"commit": "e8653663e8840adaf45af01eab5c627a5af81807"
"version": "1.95.3",
"ref": "1.95.3",
"commit": "f1a4fb101478ce6ec82fe9627c43efbf9e98c813"
},
"monaco": {
"ref": "v0.52.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Subject: [PATCH] fix: rollback typescript as the last version breaks the
3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 18b688d2243..2a94dd19504 100644
index a8ced2d9734..f0f04be2250 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -152,7 +152,7 @@
Expand All @@ -37,7 +37,7 @@ index 18b688d2243..2a94dd19504 100644
"bin": {
"tsc": "bin/tsc",
diff --git a/package.json b/package.json
index 96411955312..e1ed7f42159 100644
index 78bebe05ee6..ac705353683 100644
--- a/package.json
+++ b/package.json
@@ -210,7 +210,7 @@
Expand Down