is there any connection between having really slow internet and connecting to remote host locally? i tried to connect using ssh earlier and it work as intended but with codium it couldnt workSign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
bootstrap docker ssh dockerfile docker-compose containers container ade cde podman codium vscodium podman-compose vscodium-remote open-remote Updated Feb 4, 2024 Shell timhansendev / vscodium-builder Star 0 Code Issues Pull requests Build Vscodium from source in a container, outputs an RPM...
extensionAllowedProposedApi='setpath(["extensionAllowedProposedApi"]; getpath(["extensionAllowedProposedApi"]) + ["ms-vsliveshare.vsliveshare", "ms-vscode-remote.remote-ssh"])' serverDataFolderName='setpath(["serverDataFolderName"]; ".vscode-server-oss")'product...
Describe the bug When attempting to connect to a remote host, I get Error: Couldn't install vscode server on remote server, install script returned non-zero exit status. This happened specifically using open-remote-ssh, which uses VSCodi...
If you don't want to break Microsoft's T&C on their proprietary extensions, you can use https://github.com/jeanp413/open-remote-ssh. It functions similarly to the remote ssh extension by Microsoft. You'll just need to have an ssh server running in WSL either via systemd or manually cal...
remote", "ms-vscode-remote.remote-containers-nightly", "ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-ssh-edit-nightly", "ms-vscode-remote.remote-ssh-edit", "ms-vscode-remote.remote-ssh-nightly", "ms-vscode-remote.remote-ssh", "ms-vscode-remote.remote-wsl-nightly", "ms...
I'm using VSCodium latest version with open-remote-ssh extension and tried to connect to Centos 7 (7.9) and get the below error from server side /root/.vscodium-server/bin/08e6c15293922dd53a864bb041be381322fee401/node: /lib64/libm.so.6: version GLIBC_2.27' not found (required by ...
One that depends on VS Code Remote SSH and another that depends on Open Remote SSH? Member matifali commented Sep 12, 2024 @kylecarbs Can we fallback on one-remote-ssh? Member bpmct commented Sep 13, 2024 The Coder extension works fine with Cursor out of the box. We'll make a ...
workbench#open(): with configuration {"_":[],"diff":false,"merge":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"pre-release":false,"enable-proposed-api":["jeanp413.open-remote-ssh",...
vscodium默认使用的扩展源是open-vsx.org,部分扩展没有加入此扩展源,需要使用微软官方扩展源才能直接安装和自动更新。 修改安装根目录/resources/app/product.json文件中的extensionsGallery键对应的值如下: "extensionsGallery": { "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", ...