Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to connect to the remote extension host server (Error: Handler already set!)

I went to open a repo using Vs Code on a remote ssh host. I can ssh in successfully but when I try to open a repo I get Failed to connect to the remote extension host server (Error: Handler already set!). I've tried un installing and re installing Vs Code. Does anyone have a fix other than switching ides.

like image 827
Snowman11054 Avatar asked Jun 18 '21 20:06

Snowman11054


1 Answers

Try in settings.json add item "security.workspace.trust.enabled": false

like image 110
Rodrigo Brocchi Avatar answered Sep 19 '22 12:09

Rodrigo Brocchi