-
-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Updated to Theia
1.39.0
- [security]: removed the app packager - [feat]: bundle the backend app with webpack Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
- Loading branch information
Akos Kitta
committed
Jul 19, 2023
1 parent
f6a4325
commit 2b37c98
Showing
131 changed files
with
4,675 additions
and
8,034 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
node_modules/ | ||
# .node_modules is a hack for the electron builder. | ||
.node_modules/ | ||
lib/ | ||
downloads/ | ||
build/ | ||
resources/ | ||
arduino-ide-extension/Examples/ | ||
!electron/build/ | ||
src-gen/ | ||
electron/build/webpack.config.js | ||
gen-webpack.config.js | ||
gen-webpack.node.config.js | ||
.DS_Store | ||
# switching from `electron` to `browser` in dev mode. | ||
.browser_modules | ||
yarn*.log | ||
# For the VS Code extensions used by Theia. | ||
plugins | ||
electron-app/plugins | ||
# the tokens folder for the themes | ||
scripts/themes/tokens | ||
# environment variables | ||
.env | ||
# content trace files for electron | ||
electron-app/traces | ||
# any Arduino LS generated log files | ||
inols*.log | ||
# The electron-builder output. | ||
electron-app/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.