skip to Main Content

I installed the latest version of the Remote-SSH extension. When trying to connect or even change the settings of the extension in vs code or even uninstall it I got the error below:

Cannot read properties of undefined (reading 'after')

I saw some solutions to change the pre-release versions or setting "Listen on socket" in settings but in my case, I face the error even when I want to uninstall or change the settings.

enter image description here

2

Answers


  1. try to disable ssh remote extension, close vscode completely and go to the vscode extension folder.
    Make a copy of the extension to another place as backup and after that delete it.

    Login or Signup to reply.
  2. Clear your cache, type Windows + r, write "%tmp%, clear everything and try again.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search