试图通过Visual代码的远程SSH连接到主机,我得到以下弹出错误:
Could not establish connection to 100.xxx.xx.xx The vscode server failed to start SSH
在输出终端上,下面是错误消息:
[16:22:19.929] > Waiting for server log...
[16:22:19.981] > Waiting for server log...
[16:22:20.034] > Waiting for server log...
[16:22:20.088] >
>
我试图通过SSH转发远程docker套接字,从我的windows机器访问linux服务器上的远程docker容器的内容。但是,我将其转发到的本地主机端口只给出了{"message":"page not found"},并且没有检测到远程docker容器。
理想情况下,我希望访问VSCode中的远程容器的内容。我一直在关注他们的演练(),了解如何连接到远程docker容器。在他们的演练中,我还确保在服务器的sshd_config上设置"AllowStreamLocalForwarding yes
C:\Users\me> ssh -nNT -L lo
我正在尝试设置VSCode,这样我就可以处理一个驻留在码头容器中的项目。最近发布了一个扩展,它似乎就启用了这个功能。
但是,我按照详细的创建.devcontainer/devcontainer.json和通过运行Remote-Containers: Reopen Folder in Container来设置远程,即使使用官方/提供的容器和设置,我也得到了错误:
Setting up container for folder: /home/ilijas/<path_to>/workspace
Error: (HTTP code 500) server error - linux sp
我需要帮助来设置我的vscode,以便在我的RPi 4 (Raspberry x64)上部署和调试dotnet应用程序,因为我无法附加vscode调试器。
应用程序是正确构建并部署在我的RPi上的,我可以使用命令dotnet ~/MyFirstApp/MyFirstApp.dll通过ssh运行它,但是当我尝试使用vscode的调试函数运行它时,它返回以下错误:
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You miss
当使用远程WSL扩展从Ubuntu20.04使用WSL2启动vscode时,vscode会尝试从在线获取vscode服务器二进制文件。 是否可以在脱机安装中安装这些二进制文件,而不尝试下载新的二进制文件? Installing VS Code Server for x64 (d2e414d9e4239a252d1ab117bd7067f125afd80a)
Downloading: 100%
Failed
--2020-10-30 11:04:23-- https://update.code.visualstudio.com/commit:d2e414d9e4239a252d1ab117b
我使用的是VScode,我的工作区位于远程linux服务器上。我成功地在远程服务器上安装了clangd扩展,但是当我试图下载语言服务器时,我得到了以下错误:
Failed to install clangd language server: FetchError: request to https://api.github.com/repos/clangd/clangd/releases/latest failed, reason: getaddrinfo ENOTFOUND api.github.com You may want to install it manually.
在这方面,我未