ArturoDent / command-alias

A vscode extension that can create multiple aliases for any command.
MIT License
3 stars 3 forks source link

fix: Specify extension kind UI #8

Closed christianfosli closed 12 months ago

christianfosli commented 1 year ago

Specifies that this is a UI extension, i.e. that it should run close to the UI in case of remote development. This means it will run on the Windows side, rather than the Linux side if using vscode with WSL Remote Development.

Fixes #7


I didn't test it locally (I'm new to vscode extension development), but based on some research ^1 I believe this should fix the error I encountered.

CaptainVincent commented 1 year ago

It's good for me. I encountered the same issue on the SSH remote server and fixed it with this PR.

ArturoDent commented 12 months ago

I added your changes to v0.6.2.