Skip to content

Commit

Permalink
Merge pull request #459 from CodinGame/vscode-1.91
Browse files Browse the repository at this point in the history
Update to VSCode 1.91
  • Loading branch information
CGNonofr authored Jul 8, 2024
2 parents 780453a + 13de8cc commit 9555329
Show file tree
Hide file tree
Showing 60 changed files with 630 additions and 606 deletions.
1 change: 1 addition & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@vscode/vscode-languagedetection",
"@vscode/windows-process-tree",
"@vscode/windows-registry",
"@xterm/addon-clipboard",
"@xterm/addon-image",
"@xterm/addon-search",
"@xterm/addon-serialize",
Expand Down
253 changes: 127 additions & 126 deletions demo/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@types/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.10",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"vite": "~5.2.12"
"typescript": "~5.5.3",
"vite": "~5.3.3"
},
"dependencies": {
"@codingame/monaco-vscode-accessibility-service-override": "file:../dist/service-override-accessibility",
Expand Down Expand Up @@ -190,7 +190,7 @@
"express": "^4.19.2",
"monaco-editor": "file:../dist/editor-api",
"vscode": "file:../dist/main",
"ws": "^8.17.0"
"ws": "^8.18.0"
},
"volta": {
"node": "18.19.0",
Expand Down
3 changes: 2 additions & 1 deletion demo/src/setup.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ export const constructOptions: IWorkbenchConstructionOptions = {
workspaceProvider: {
trusted: true,
async open () {
return false
window.open(window.location.href)
return true
},
workspace: remotePath == null
? {
Expand Down
153 changes: 76 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 9555329

@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.