I am developing a VSCode Extension,
Is it possible to install an extension in vsix format with cursor?
Yep, you should be able to drag the .vsix file into the Extensions tab, or you can use the Install from VSIX...
button as well.
1 Like
Thank you.
I was able to install it.