Skip to content

Commit fc0f674

Browse files
fstasiAlberto Iannaccone
and
Alberto Iannaccone
committed
[ATL-1599] [ATL-1416] Upgrade Theia to 1.18.0 (#489)
Co-authored-by: Alberto Iannaccone <[email protected]>
1 parent 54a67fc commit fc0f674

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1416
-21751
lines changed

Diff for: .github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
7171
elif [ "${{ runner.OS }}" = "Windows" ]; then
7272
export CSC_LINK="${{ runner.temp }}/signing_certificate.pfx"
73+
npm config set msvs_version 2017 --global
7374
echo "${{ secrets.WINDOWS_SIGNING_CERTIFICATE_PFX }}" | base64 --decode > "$CSC_LINK"
7475
7576
export CSC_KEY_PASSWORD="${{ secrets.WINDOWS_SIGNING_CERTIFICATE_PASSWORD }}"

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ build/
77
Examples/
88
!electron/build/
99
src-gen/
10-
*webpack.config.js
10+
!webpack.config.js
11+
gen-webpack.config.js
1112
.DS_Store
1213
# switching from `electron` to `browser` in dev mode.
1314
.browser_modules

Diff for: .vscode/launch.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"--app-project-path=${workspaceRoot}/electron-app",
2424
"--remote-debugging-port=9222",
2525
"--no-app-auto-install",
26-
"--plugins=local-dir:../plugins"
26+
"--plugins=local-dir:../plugins",
27+
"--hosted-plugin-inspect=9339"
2728
],
2829
"env": {
2930
"NODE_ENV": "development"
@@ -33,7 +34,8 @@
3334
"${workspaceRoot}/electron-app/src-gen/backend/*.js",
3435
"${workspaceRoot}/electron-app/src-gen/frontend/*.js",
3536
"${workspaceRoot}/electron-app/lib/**/*.js",
36-
"${workspaceRoot}/arduino-ide-extension/lib/**/*.js"
37+
"${workspaceRoot}/arduino-ide-extension/lib/**/*.js",
38+
"${workspaceRoot}/node_modules/@theia/**/*.js"
3739
],
3840
"smartStep": true,
3941
"internalConsoleOptions": "openOnSessionStart",

0 commit comments

Comments
 (0)