-
Notifications
You must be signed in to change notification settings - Fork 44
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
[vscode] Plugin not highlighting in versions >1.3.0 #86
Comments
I cannot reproduce this. |
Is there any additional configuration needed to highlight the "Any" variables? Also, what information can I provide to help reproducing easier? |
No additional configuration. |
The VS Code extension works in some projects but not others. I haven't been able to pin down what the important difference between the projects is, but it will either report all the For example, the extension works for me on this project: https://github.com/paulirish/webtreemap-cdt but it does not report any type-coverage v2.16.5 Visual Studio Code |
@danvk I cannot reproduce your case |
I think I found the issue: to get the VS Code extension to work, I also have to install
and then restart VS Code. Note that I'm using my workspace's version of TypeScript: Does this seem right? Perhaps this could be added to the docs for the extension, or it could be bundled. |
@danvk ts-plugin-type-coverage is a dependency of the plugin: https://github.com/plantain-00/type-coverage/blob/master/packages/vscode/package.json#L25 |
Version(if relevant): Higher than 1.3.0
Expected:
Visual studio code plugin to highlight "Any" variables;
Actual:
Visual studio code plugin is not highlighting "Any" variables in versions > 1.3.0
Note: Settings/Extensions/Type Coverage is checked on to active and is active on the workspace.
The text was updated successfully, but these errors were encountered: