Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Correctly interpret string arguments as booleans in electron argument…
Browse files Browse the repository at this point in the history
…s. (#1539)
  • Loading branch information
MichaelMauderer authored May 10, 2021
1 parent 3867842 commit f0e712e
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
overrides:

- files: "*.js"
- files: "*.[j|t]s"
options:
printWidth: 100
tabWidth: 4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ you can find their release notes

<br/>![Bug Fixes](/docs/assets/tags/bug_fixes.svg)

- [Fix some internal settings not being applied correctly in the IDE][1539].
Some arguments were not passed correctly to the IDE leading to erroneous
behaviour in the electron app. This is now fixed.

#### Visual Environment

- [Some command line arguments were not applied correctly in the IDE][1536].
Expand All @@ -59,6 +63,7 @@ you can find their release notes
[1511]: https://github.com/enso-org/ide/pull/1511
[1536]: https://github.com/enso-org/ide/pull/1536
[1531]: https://github.com/enso-org/ide/pull/1531
[1531]: https://github.com/enso-org/ide/pull/1539

<br/>

Expand Down
4 changes: 4 additions & 0 deletions src/js/lib/content/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ let config = {
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^5.1.1",
"yaml-loader": "^0.6.0",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}

Expand Down
Loading

0 comments on commit f0e712e

Please sign in to comment.