-
Notifications
You must be signed in to change notification settings - Fork 1
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
Doesn't support some TypeScript syntax #4
Comments
mh i tried every way - did an update from every prior version to 0.1.0 but i can not reproduce it. Just to be sure complete uninstall/reinstall did not help ? |
Yeah, looks like that, just tried:
And result is the same Just in case, here is vscode version from about window: Can I get some more additional info for you somewhere? |
Just found
looks healthy 🤔 |
Okay thanks - i will take a look 👍 |
@smarschollek just opened another repo and can see tests and run them, so it's something on this exact project |
Ran extension in debug mode from vscode and there is some output in Debug console
|
@smarschollek it fails on
in just one of my test files, I deleted this file and it works, so it's jest-editor-support fails on some TypeScript syntax
|
ok, so here is the issue:
but also as
and it fails on it's completely unrelated to new extension version, it's just a weird coincidence that I wrote this code and restarted vscode same day so issue comes from using not sure if it's possible to do something about it in this extension, but might make sense to add some try/catch and additional logging for easier tracking parsing errors? also could be nice if it could continue working for other files |
Extension doesn't start after updating to v0.1.0
Couldn't find any additional details in output channels
The text was updated successfully, but these errors were encountered: