Home > Blockchain >  Why are VSCode extensions not working in SSH
Why are VSCode extensions not working in SSH

Time:03-01

I am using the Remote-SSH extension. When I SSH to a local VM that has Linux, or far away to my uni's pc lab, all my VSCode local extensions don't work, it doesn't show under the extensions pane -> local installed. So doing the keyboard shortcut for one says "command 'extension.advancedNewFile' not found". Why is this and how do I fix this?

CodePudding user response:

The first diagram in enter image description here

If you want features of certain extensions, you have to install them on the remote machine (under EXTENSIONS | SSH: MACHINE_NAME - INSTALLED).

  • Related