Git Product home page Git Product logo

Comments (25)

thatnerdjosh avatar thatnerdjosh commented on May 19, 2024 7

I seem to be getting this error

Activating extension 'vscodevim.vim' failed: Not Implemented: IExtensionStoragePaths->globalValue.

from code-server.

pollenjp avatar pollenjp commented on May 19, 2024 5

I'm hitting the same problem like this (vim plugin v1.1.0) in v1.31.1-100. I think this issue has relation to it.

TaskQueue: Error running task. Invalid regular expression: /([^\s`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?](?:(?:(?<=[A-Z_])[A-Z](?=[\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|(?:(?<=[0-9_])[0-9](?=[\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|(?:(?<=[_])[_](?=[\s`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|[^\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]*))|[`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?]+|$^/: Invalid group.

image

I try to downgrade vim version, but I don't know how to do. #77

from code-server.

foresthoffman avatar foresthoffman commented on May 19, 2024 4

v1.0.8 of vscodevim seems to work with v1.31.1. Will push the downgraded version.

from code-server.

cmoog avatar cmoog commented on May 19, 2024 3

@AlbertDeFusco @vnijs I've experienced the same issue. I believe it may be related to VSCodeVim/Vim#4173

Regardless, downgrading to VSCodeVIM version 1.12.4 fixed the issue for me. 1.12.4 can be installed from the code-server extension marketplace directly.

from code-server.

kylecarbs avatar kylecarbs commented on May 19, 2024 2

Should work once we release 1.31.1. Should release tomorrow

from code-server.

code-asher avatar code-asher commented on May 19, 2024 2

from code-server.

AlbertDeFusco avatar AlbertDeFusco commented on May 19, 2024 2

Hey, there. This problem seems to have resurfaced. VSCodeVIM versions 1.13.0 and 1.13.1 do not work with code-server 2.1698-vsc1.41.1 or 3.0.1

from code-server.

foresthoffman avatar foresthoffman commented on May 19, 2024 1

@nhooyr Yes, I had to make some changes to prevent rolling the version forward before VSCode removes negative look behinds. v1.0.8 of VSCodeVim.Vim should refresh and be functional in about an hour.

from code-server.

chaopli avatar chaopli commented on May 19, 2024

Thanks!

from code-server.

chaopli avatar chaopli commented on May 19, 2024

Just upgraded to v1.31.1-100, but the vim extension is still not working

from code-server.

kylecarbs avatar kylecarbs commented on May 19, 2024

We likely have to re-fetch the Vim extension. Likely will occur within ~12hrs.

cc: @foresthoffman

from code-server.

foresthoffman avatar foresthoffman commented on May 19, 2024

Hmm the suggested fix was to upgrade to v1.31.1, but since that isn't doing the trick, i'll try downgrading vim. Will respond with an update soon.

from code-server.

nhooyr avatar nhooyr commented on May 19, 2024

@foresthoffman was it pushed?

from code-server.

NGTmeaty avatar NGTmeaty commented on May 19, 2024

We seem to have updated VSCode which I believe was the problem. #117

from code-server.

foresthoffman avatar foresthoffman commented on May 19, 2024

Vim was fixed over the weekend, should be good to go!

from code-server.

floZx avatar floZx commented on May 19, 2024

I seem to be getting this error

Activating extension 'vscodevim.vim' failed: Not Implemented: IExtensionStoragePaths->globalValue.

Like me, Did you find a solution?

from code-server.

code-asher avatar code-asher commented on May 19, 2024

from code-server.

thatnerdjosh avatar thatnerdjosh commented on May 19, 2024

@code-asher did this fix end up in a release?

from code-server.

vnijs avatar vnijs commented on May 19, 2024

@AlbertDeFusco Are you getting the same message shown below in the browser's developers console?

image

from code-server.

vnijs avatar vnijs commented on May 19, 2024

@chaopli Can you reproduce? If so, could you reopen the issue?

from code-server.

nhooyr avatar nhooyr commented on May 19, 2024

@cmoog

from code-server.

nhooyr avatar nhooyr commented on May 19, 2024

Nice @cmoog

from code-server.

JosXa avatar JosXa commented on May 19, 2024

Downgrading to 1.12.4 did not help for me on code-server (however installed directly through VSCode marketplace, not sure what the "code-server extension marketplace" is).
Still experiencing Activating extension 'vscodevim.vim' failed: Not Implemented: IExtensionStoragePaths->globalValue. on 1.12.4 and 1.14.5.

from code-server.

nhooyr avatar nhooyr commented on May 19, 2024

@JosXa See https://github.com/cdr/code-server/blob/master/doc/FAQ.md#whats-the-deal-with-extensions

from code-server.

nhooyr avatar nhooyr commented on May 19, 2024

Also please file a new issue if still doesn't work installing from our marketplace.

from code-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.