You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
For various reasons the codebase I'm working in uses .es6 as the file extension for our javascript files. When editing these files none of the features of ide-typescript are available.
Tried:
Confirmed that the grammar was source.js
Edited the sourcecode for ide-typescript to include the extension .es6did not fix issue
Renamed the file to have the .js file extension and the features of ide-typescript became available.
Let me know if I can provide any other information. I'm not sure if this is even in the hands of this plugin as it might be a part of the language server but it doesn't feel like it is as the grammar is correct and all my other plugings that interact to javascript files are working just fine.
Thanks so much! 😀
The text was updated successfully, but these errors were encountered:
This is a limitation of the underlying Typescript server - they would need to support the file extension type as they are responsible for crawling the FS for all relevant information. They are tracking this request at microsoft/TypeScript#15416
Versions:
Issue:
For various reasons the codebase I'm working in uses
.es6
as the file extension for our javascript files. When editing these files none of the features of ide-typescript are available.Tried:
source.js
.es6
did not fix issue.js
file extension and the features of ide-typescript became available.Let me know if I can provide any other information. I'm not sure if this is even in the hands of this plugin as it might be a part of the language server but it doesn't feel like it is as the grammar is correct and all my other plugings that interact to javascript files are working just fine.
Thanks so much! 😀
The text was updated successfully, but these errors were encountered: