Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 <a.iannaccone@arduino.cc>
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

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 0 deletions
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 }}"

‎.gitignore‎

Lines changed: 2 additions & 1 deletion
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

‎.vscode/launch.json‎

Lines changed: 4 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /