8000 Update Theia to 1.22.1 by msujew · Pull Request #791 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

Update Theia to 1.22.1 #791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Feb 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip electron rebuild
  • Loading branch information
msujew committed Feb 8, 2022
commit 70d3748fd4ad761cad1503e2a33149cbc3aa3bb4
4 changes: 2 additions & 2 deletions electron/build/template-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"build": {
"productName": "Arduino IDE",
"asar": false,
"npmRebuild": false,
"directories": {
"buildResources": "resources"
},
Expand All @@ -65,8 +66,7 @@
"!node_modules/@theia/**/lib/*browser/*",
"node_modules/@theia/core/lib/browser/*",
"!node_modules/@typefox/monaco-editor-core/*",
"!node_modules/oniguruma/*",
"!node_modules/onigasm/*"
"!node_modules/electron/**"
],
"extraResources": [
{
Expand Down
0