-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
(#2144)
- update Theia to `1.39.0`, - remove the application packager and fix the security vulnerabilities, - bundle the backed application with `webpack`, and - enhance the developer docs. Co-authored-by: Akos Kitta <[email protected]> Co-authored-by: per1234 <[email protected]> Signed-off-by: Akos Kitta <[email protected]>
- Loading branch information
Showing
143 changed files
with
5,038 additions
and
8,122 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
Oops, something went wrong.