Skip to content

fix: do not proxy organizeImports#645

Merged
kitsonk merged 1 commit intodenoland:mainfrom
kitsonk:kitsonk/issue644
Apr 1, 2022
Merged

fix: do not proxy organizeImports#645
kitsonk merged 1 commit intodenoland:mainfrom
kitsonk:kitsonk/issue644

Conversation

@kitsonk
Copy link
Copy Markdown
Contributor

@kitsonk kitsonk commented Mar 31, 2022

Fixes: #644

Currently we proxy organizeImports for the built in tsserver. The problem is that it doesn't really do a good job because the API doesn't take a specific file name, so we end up "muting" it, while there is no real harm in allowing this to be unmuted and we don't provide an API for it on the Deno Language Server, so we should just remove it.

@kitsonk kitsonk requested a review from dsherret March 31, 2022 04:42
Copy link
Copy Markdown
Contributor

@dsherret dsherret left a comment

Choose a reason for hiding this comment

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

LGTM

@kitsonk kitsonk merged commit 2bcd245 into denoland:main Apr 1, 2022
@kitsonk kitsonk deleted the kitsonk/issue644 branch April 1, 2022 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deno VSCode Extension seems breaking Organize Imports

3 participants