-
Notifications
You must be signed in to change notification settings - Fork 22
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 fixes and tips #28
Comments
Same thing here, after restarting vscode multiple times it didn't work. Now after 12 hours I saw the lightbulb icon on a linting issue but after I use a single quickfix I have to close and open the file again in order to see the lightbulb again :\ I guess it's related that the language service doesn't update when I type on the file. |
@egamma have you an idea about this issue? |
@angelozerr this looks like issue palantir/tslint#2649 My fix from this PR #20 is not in the published 0.9.3 module. I suspect the TypeScript code was not compiled before the node module was published and an older version got published. |
Oooops, sorry -( I have created a new release with 0.9.4. Sorry @egamma to have loosing your time. @abierbaum @amatiasq could you retry with 0.9.4 please. |
@angelozerr @egamma Works perfect with 0.9.4. Thanks so much!!! |
@abierbaum great, pls remember this restriction from the README Notice due to an issue in the implementation of the |
My bad, quick fix only appears when the cursor is inside the error. Ignore the above. |
@angelozerr Updated from version 0.9.3 to 0.9.6 |
When using the vscode tslint plugin, I am presented with a "lightbulb" icon of tips for fixing the lint issues or disabling them. When running without the tslint plugin and just the language service I do not see a tip icon. Is this something that can be added or does it require a plugin to vscode to work?
The text was updated successfully, but these errors were encountered: