Skip to content

Commit

Permalink
fix: update to VSCode 1.88.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 12, 2024
1 parent 89bd0cb commit 34f1b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.88.0",
"ref": "1.88.0",
"commit": "5c3e652f63e798a5ac2f31ffd0d863669328dc4c"
"version": "1.88.1",
"ref": "1.88.1",
"commit": "e170252f762678dec6ca2cc69aba1570769a5d39"
},
"monaco": {
"ref": "v0.47.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ index 108aa52fa8a..dd294d50a2e 100644
* Contributions to instantiate.
* When provided, only the contributions included will be instantiated.
diff --git a/src/vs/editor/browser/widget/diffEditor/diffEditorWidget.ts b/src/vs/editor/browser/widget/diffEditor/diffEditorWidget.ts
index 7e5ac2ea408..5bcb6f60fab 100644
index ecdc471e69e..5ab68a61136 100644
--- a/src/vs/editor/browser/widget/diffEditor/diffEditorWidget.ts
+++ b/src/vs/editor/browser/widget/diffEditor/diffEditorWidget.ts
@@ -50,6 +50,12 @@ import { DiffEditorGutter } from 'vs/editor/browser/widget/diffEditor/features/g
Expand Down

0 comments on commit 34f1b41

Please sign in to comment.