-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't use it with Github Codespaces (or any VSCode web solution) #6826
Comments
I'm having this issue as well, is there any solution to this? It makes the extension essentially unusable when using code-server. |
+1 any workarounds for this? Installing it remotely makes the UI very slow. |
It looks like VS Code just came out with a Web Extensions guide. Hoping that will help provide information for moving this forward. Happy to beta test or help in other ways! |
I'm also happy to help test any solution here. Running into the same issue. Thanks @delucca for posting the config workaround to get it working remotely. Better than nothing for me (yes, I literally can't code without vim keybindings anymore 😂). |
Is there an update on this or an explanation on what exactly doesn't work? The extension installs as a web/browser extension in codespaces, but does not seem to work at all. |
I try to install an old version(like v1.21.3), and it works well. |
Don't work for Safari on iPad Pro. |
I installed the extension for code-server via CLI, and it works.
|
May I suggest using gitpod-io/openvscode-server. It runs vim extension in the browser and it is snappy! |
This should be fixed in 1.29.1 - please let me know if you're still having this issue on the latest version. |
There is a little bit of input latency in non-insert modes, but it seems to
work fine.
…On Tue, 19 Oct 2021 at 04:16, Jason Fields ***@***.***> wrote:
This should be fixed in 1.29.1 - please let me know if you're still having
this issue on the latest version.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6826 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADF4JK6RNL6Y5G5NWWDCNWDUHTPKPANCNFSM47ZSS66Q>
.
|
I'm still seeing this issue on codespaces with extension v1.22.1, which appears to be the latest version available. |
Not working for me either, maybe there was a regression? |
Describe the bug
Hi. We cannot use this extension with Github Codespaces or any VSCode web solutions (like code-server).
After the most recent updates on VSCode, now extensions should report their
kind
. So, if we try to install this extension directly from the marketplace, it simply won't start and throws us this error:If we change our
settings.json
to the following:Now it installs, but it is extremely slow since with this config the extensions is being handled in the remote host, so basically any
j,k
or whatever command is sent to the remote host instead of being resolved locally.If we change the
settings.json
to:It doesn't work. We receive an error saying that this extensions cannot be installed.
The text was updated successfully, but these errors were encountered: