Skip to content

Vim extension slow #2828

Answered by code-asher
PhotonQuantum asked this question in Q&A
Mar 6, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Ohh interesting, I think the problem is that we used to have our own web/client extension implementation that loaded the extension from disk into the browser.

We removed that because VS Code added their own implementation. But theirs doesn't load from disk, instead it pulls directly from the marketplace when installed from the UI.

So installing with --install-extension ends up leaving it running on the server and no longer loads it into the browser.

I think currently the only workaround then is to delete the Vim extension from disk then install it from VS Code's UI.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@code-asher
Comment options

@PhotonQuantum
Comment options

Answer selected by PhotonQuantum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants