TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 204 forks source link

Option "Enable Atom-Typescript for JavaScript files" cannot be disabled #1566

Closed alexeiz closed 3 years ago

alexeiz commented 3 years ago

This option is "on" by default. If I set it to "off" and then restart Atom, it's still in the "on" state. The version of atom-typescript is 14.0.3.

lierdakil commented 3 years ago

Can't reproduce.

If you're using a non-official Atom distribution, it's something that fork might be doing, take it up with the distributor.

Otherwise, please post outputs of the following commands:

apm --version atom --version apm list

lierdakil commented 3 years ago

I've searched for a bit, and apparently atom-ide-javascript package forces this option to the "on" state. If you're using it, feel free to take it up with them but be aware that it's a "wrapper" package -- it doesn't really do much besides installing some dependencies and configuring atom-typescript, so you should be free to disable/remove it in case you don't want atom-typescript on JS.

alexeiz commented 3 years ago

Indeed, disabling aom-ide-javascript resolves this issue.

github-actions[bot] commented 3 years ago

This issue has been marked as stale because it did not have any activity for the last 90 days or more. Remove the stale label or comment or this will be closed in 14 days