0

When I try to drag and drop a .vsix file from my PC, it stats it as invalid.

Is there any other way or am I going wrong at any step ?

Gama11
  • 31,714
  • 9
  • 78
  • 100
  • Could you share an image of the error? What you are saying sounds like the right way of doing it but it may be that the extension file is invalid. Maybe if you post the image we will have more information. – Alejandro Sanchez Jun 17 '20 at 15:43

1 Answers1

0

Support for dropping vsix files on the extension view was just added in 1.47.

https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_47.md#install-vsix-through-dragndrop

Install VSIX through drag'n'drop

VS Code now supports installing an extension VSIX file through drag'n'drop onto the Extensions view.

Mark
  • 143,421
  • 24
  • 428
  • 436