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

Correctly interpret string arguments as booleans in electron arguments. #1539

Merged
merged 10 commits into from
May 10, 2021
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 @@ -17,6 +17,10 @@

<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

#### EnsoGL (rendering engine)
Expand All @@ -29,6 +33,7 @@ you can find their release notes

[1511]: https://github.com/enso-org/ide/pull/1511
[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