Extension Installation Error

hi everyone, i’ve been trying to install an extension to VS code and i get the first image error and when i try to install it manually i get the second image error, need some help please!c%20%20%20ex%20problem c%20%20%20ex%20problem2

The second message is due to opening it in Visual Studio instead of Visual Studio Code.

i opened it with visual studio code and that’s what happened

To install manually, open cmd and cd to the path to where that file is and then do

code WhateverTheFileIsCalled.vsix

Replacing WhateverTheFileIsCalled with the file name.

can u explain a little bit more please? didnt get it well.

  1. Open cmd (Windows Key + R > “cmd”)
  2. cd to where you have the .vsix file saved e.g.
    cd /Users/Dan/Downloads
    
    Will put me in C:/Users/Dan/Downloads, if it’s on a different drive you would need to enter the drive letter folllowed by a colon, e.g.
    D:
    
    Would put me in D:/
  3. Then type code thing.vsix where thing is the name of the file e.g.
    code cpptools-win32.vsix