hashrock / kivi

Deno KV Explorer for VSCode
https://kivi-kv-editor.studio.site/
MIT License
42 stars 0 forks source link

Fix server path for Windows #5

Closed MiguelRipoll23 closed 8 months ago

MiguelRipoll23 commented 8 months ago

On Windows the extension ends up stuck while loading, this is a fix for the first error:

image

I think there are more issues though.

MiguelRipoll23 commented 8 months ago

Now extensions finally loads but more errors emerge:

image

hashrock commented 8 months ago

Wow thank you! I want to resolve the error ahead, but I'm a bit busy for moving right now, so it might take some time before I can set up a Windows environment and verify it.

hashrock commented 8 months ago

@MiguelRipoll23

Now extensions finally loads but more errors emerge:

How about running npm install at the root of the extension?

MiguelRipoll23 commented 8 months ago

@hashrock it works fine now using the latest release from the Visual Studio marketplace. Thanks!

image