FS#63317 - [code] Visual Studio Code Remote - SSH plugin no longer working
Attached to Project:
Community Packages
Opened by Jitao Lu (dianlujitao) - Tuesday, 30 July 2019, 06:53 GMT
Last edited by Filipe Laíns (FFY00) - Wednesday, 18 September 2019, 12:50 GMT
Opened by Jitao Lu (dianlujitao) - Tuesday, 30 July 2019, 06:53 GMT
Last edited by Filipe Laíns (FFY00) - Wednesday, 18 September 2019, 12:50 GMT
|
Details
Description:
Unable to use remote SSH feature on any of my machines. When I click on the Remote-SSH icon on the left-side panel I receive the error: _[ms-vscode-remote.remote-ssh-explorer]: Proposed API is only available when running out of dev or with the following command line switch: --enable-proposed-api ms-vscode-remote.remote-ssh-explorer_ When I run code via `code --enable-proposed-api ms-vscode-remote.remote-ssh-explorer` I am able to see the list of available machines, but when attempting to connect I receive the error: _Failed to connect to the remote extension host server (Error: Connection error: Version mismatch, client refused.)._ (Not sure if the mismatch error is related to the first error message, but these are the two issues I've faced) Additional info: * package version(s) community/code 1.36.1-1 Version: 1.36.1 Commit: 2213894ea0415ee8c85c5eea0d0ff81ecc191529 Date: 2019-07-22T07:38:21.043Z Electron: 4.2.8 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Linux x64 5.2.4-arch1-1-ARCH * link to upstream bug report, if any https://github.com/microsoft/vscode-remote-release/issues/1056 Steps to reproduce: Precedent |
This task depends upon
Closed by Filipe Laíns (FFY00)
Wednesday, 18 September 2019, 12:50 GMT
Reason for closing: Won't fix
Additional comments about closing: I don't really think this is a good idea. You can still get the extensions to work by enabling the proposed apis manually.
Wednesday, 18 September 2019, 12:50 GMT
Reason for closing: Won't fix
Additional comments about closing: I don't really think this is a good idea. You can still get the extensions to work by enabling the proposed apis manually.
This are proposed APIs, I am not sure if we should support them. Actually, we previously did, but then users started asking for more APIs to be enabled and I dropped them.