-
Notifications
You must be signed in to change notification settings - Fork 4
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
Loading VS Code with Broken TS File Causes Extension Not to Load #21
Comments
@karlhorky Thanks for reporting this . This should be an easy fix. However the extension would work only after the TS errors are cleared. |
@Viijay-Kr great, thanks for the quick fix! Testing version |
Hm, it seems like the error is still there with version |
@karlhorky well I couldn't it reproduce it , do you have a different scenario that is breaking it ? |
Interesting, now I cannot reproduce anymore either :) Seems like it's good (at least for now!) In case it comes back later I'll reply here. The extension auto-updated itself to |
@karlhorky Yes 1.3.0 fixes it Thanks for pointing it out. I will update the change log . I missed it . |
@karlhorky change log is update now |
Great, thanks! |
Loading VS Code with a TypeScript error in it causes the extension not to load with the error message "Something went wrong while activating React-TS-CSS extension":
Eg. this code, which results in an
Identifier expected.
error from TypeScript:And the CSS:
The text was updated successfully, but these errors were encountered: