Skip to content

Commit

Permalink
Bump min VS Code version (for Electron 27)
Browse files Browse the repository at this point in the history
With version of Chromium bundled with Electron 27, the compression plugin files are successfully compiled to WebAssembly on the main thread when loaded.

https://code.visualstudio.com/updates/v1_86#_electron-27-update
  • Loading branch information
axelboc committed Feb 5, 2024
1 parent 429bb1f commit 6faf567
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@
"engines": {
"node": "20.x",
"pnpm": "8.x",
"vscode": ">=1.47.0"
"vscode": ">=1.86.0"
},
"activationEvents": [
"onCustomEditor:h5web.viewer"
],
"contributes": {
"customEditors": [
{
Expand Down

0 comments on commit 6faf567

Please sign in to comment.