Skip to content
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] fixed bad type conversion with code actions #6559

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

svenefftinge
Copy link
Contributor

What it does

conversion for some code actions was broken, as we didn't translated the URI properly to monaco.Uri. While at it I freed the plugin host code from any monaco references.

How to test

Install typescript-language-features and try 'Implement Interface' quickfix.

Review checklist

Reminder for reviewers

Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
@akosyakov akosyakov added typescript issues related to the typescript language vscode issues related to VSCode compatibility labels Nov 15, 2019
Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick fixes are working now! 👍

@svenefftinge svenefftinge merged commit ebe0580 into master Nov 15, 2019
@svenefftinge svenefftinge deleted the se/fix_codeaction_conversion branch November 15, 2019 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript issues related to the typescript language vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants