Skip to content

Commit

Permalink
Merge pull request #393 from CodinGame/vscode-1.88.1
Browse files Browse the repository at this point in the history
Update to VSCode 1.88.1
  • Loading branch information
CGNonofr committed Apr 12, 2024
2 parents 89bd0cb + 34f1b41 commit 55b33b4
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

1 comment on commit 55b33b4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.