-
-
Notifications
You must be signed in to change notification settings - Fork 446
chore(deps): Updated to Theia 1.39.0
#2144
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
Changes from 9 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e8a9ef7
chore(deps): Updated to Theia `1.39.0`
3529b14
fix: disable validation styles in dialog
129436b
fix: missing binary in backend application
dc8360b
fix(dev): faster build script
06113b6
fix: revert `author` and `description` order
e506b6f
fix: force `'arduino-ide'` technical name
09320d5
feat(ci)|: all in one build script
f7d56e5
fic(ci): incorrect Node version?
28bc470
fix: do not generate invalid nightly update site
75480bd
fix: extra metadata is unavailable at webpack time
f7cb8aa
fix: can run app in dev mode
697bc07
Update arduino-ide-extension/src/node/i18n/arduino-localization-contr…
kittaakos 93a55cb
Update docs/development.md
kittaakos 564024f
Update docs/development.md
kittaakos 1d6c4ae
Update docs/development.md
kittaakos 108bb94
Update docs/development.md
kittaakos 7ead2d9
fix(doc): new section for running from source
920a4fc
fix(doc): review remarks
56feedb
Update docs/development.md
kittaakos c99a0cf
Update docs/development.md
kittaakos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.