Codium Remote #832
Replies: 17 comments 2 replies
-
I would love to see this as my current company does not approve the pre-built binaries from MS so we all use VSCodium and would love to use Remote extension functionality. |
Beta Was this translation helpful? Give feedback.
-
Yeah that would be super cool. I don't have the capacity to contribute to that currently, but would help out where possible. If insiders currently supports unlicensed builds, it may mean that the standard version will support them in the near future; also a hope is to get VSCodium automated builds of the insider's version in the near future (#148). That would potentially unblock using the remote extensions without a big effort building from piecemeal. |
Beta Was this translation helpful? Give feedback.
-
hello, any news on this? I love vscodium as is, but I would like to use this as well |
Beta Was this translation helpful? Give feedback.
-
In the meantime, ponyssh has done what I needed |
Beta Was this translation helpful? Give feedback.
-
Yeah that might be cool, but we'd still prefer the actual remote development extensions. Any news here? |
Beta Was this translation helpful? Give feedback.
-
@sarpik Pony SSH could be a good start though? 🤔 |
Beta Was this translation helpful? Give feedback.
-
Pony SSH asks my remote server SSH password even i loaded it to agent, so, looks like insecure( I really want use SSH remote development |
Beta Was this translation helpful? Give feedback.
-
any news of remote access to the remote-ssh ? |
Beta Was this translation helpful? Give feedback.
-
I am interested in contributing my time to create an ssh extension. If anybody has any pointers as to where I should start, they are very welcome. My initial understanding is that I will need to figure out how to start vscode headless to use it for the "server" and develop an extension which will register different providers remotely. For future readers |
Beta Was this translation helpful? Give feedback.
-
I was looking for a solution to this and found something on the way but I'm not certain about it. |
Beta Was this translation helpful? Give feedback.
-
@Lcchy Mainly for the debugger I think. Other things (version control and code jump to dependencies) most of the time work fine with just files, but debugging requires running a special process on the server (for some languages it's a separate script, e. g. debugpy for Python, for others it's just a runtime option, e. g. |
Beta Was this translation helpful? Give feedback.
-
Another good starting point might be to try to hook up a vscode-ish server (GitPod, code-server) to the Codium UI. Also related: coder/code-server#1315 |
Beta Was this translation helpful? Give feedback.
-
Would this mean that Codium would install code-server on a remote resource and then proxy that connection through the Codium window? Interesting! |
Beta Was this translation helpful? Give feedback.
-
so can e remote at this point? ❓ |
Beta Was this translation helpful? Give feedback.
-
Looking at the Proprietary Extensions documentation section:
The need for a one-off solution does not seem like the problem here. A path forward is needed in general for extensions in this category, since they're some of the most important extensions for doing any kind of serious development work. This seems like a solve-able problem that maybe warrants discussion over in the official repository. At the very least I think a Microsoft developer could tell you how to go about this and whether or not they'd consider making changes on their end (they should... this is very silly). I check in every now and then to see if Code and VSCodium are usable yet (compared to multi-decade-old editors like Vim), but it doesn't seem this is getting any attention. At the same time, VSCodium is not advertising itself as unmaintained or deprecated. Maybe it should. |
Beta Was this translation helpful? Give feedback.
-
ssh-fs works for me. After adding this to setting.json, ssh-fs works well ! |
Beta Was this translation helpful? Give feedback.
-
Someone started the implementation: https://github.com/xaberus/vscode-remote-oss |
Beta Was this translation helpful? Give feedback.
-
As discussed in #196 and #240, Microsoft's proprietary Remote extensions aren't usable in OSS builds (insiders versions might be, though – see microsoft/vscode-remote-release#574). Perhaps we could look into making an open source replacement of our own, based on the stubs that are provided in the source code?
Beta Was this translation helpful? Give feedback.
All reactions