-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feedback Issue: VS Code Desktop Support 💬 #5712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Feedback:
What do you like best about this new feature? |
Please follow #5641. We are targeting mid October to bring it.
Could you file an issue? It makes sense but we decided against it because of time constraints for now.
Actually it is the same. It is just in the web version we disable the local echo by default, because it breaks docker run: microsoft/vscode#110232 You can still enable it: https://code.visualstudio.com/updates/v1_51#_local-echo But be aware that even in VS Code Desktop you may be need to disable local echo if you want to use docker. |
I'm waiting for the aarch64 build of I also created an issue. |
Update: Although I'm a bit confused after reading this page of Gitpod documentation. I also installed |
Please file an issue to support such architecture as well that VS Code Desktop downloads the proper version! For now there is a setting |
Hi @akosyakov, thanks for clarifying it.
I just bumped a pre-existing issue #5320 (comment)
I am unable to find this settings on my VSCODE. Also another odd thing is that there are two identical extensions available in the marketplace, which feels confusing. |
This setting is not public, open user settings json file and add it. One extension is running in your local VS Code to open SSH window, another is running in Gitpod workpsace to integrate with Gitpod tasks and so on. Do you think we can do something to clarify it? You actually does not need to install them, VS Code will do it for you at proper timing. |
Got it.
Oh, these weren't automatically installed. I'm not sure, could be a issue on my side. |
Did you do |
I did. I use Gitpod from Firefox. A new empty file opens up with some encoded gitpod.io url in the file-name after clicking on Please take a look at the VSCODE window on right-side of this screenshot. For the left window I had to manually run |
It looks wrong, maybe vscode URI system handler does not work on such linux :( |
Okay so I finally made the
FeedbackI think it would be awesome if the |
I keep getting some errors like:
OS: Mac If I recall correctly I used the VS code Desktop Support successfully a few weeks ago. I suspect I'm using a different account than before but somehow/somewhere the extension is still linked to the other account and I can't figure out how to log out of it. Edit: Just reread the top message, let me try to reframe in context of I could be wrong about the error, but if my guess is correct, I have two expectations here:
|
You already know this but. I'd like to be able to access local resources connected to my usb ports and or enable my workspace to connect to services I have running locally and listening on localhost. Without having to run any ssh commands myself. |
@patdx It sounds strange, you are running latest gitpod-desktop extension in VS Code? It sounds like your token is invalid then the local app should detect it and invalidate automatically. Not sure why it does not happen for you. Could you share local app logs with me by sending to [email protected].
Try to clean mac keychain from anything for gitpod.io host and kill all processes with gitpod in name.
It sounds like a valid feature request, right now we support only one token per gitpod host. Could you file an issue please? |
@0Grit For serial sport it is tricky. Since it is L1 and tunnelling happens on L2. You will need to use some tools like socat to tunnel usb over tcp yourself: https://unix.stackexchange.com/a/201763 Generally we would like to support remote-port forwarding for the local app, but also new transport modes like via wireguard, so then you can build a network of your machines including workspaces. You can do it already now with the experimental network mode and tailscale: https://www.gitpod.io/blog/tailscale |
Hi @akosyakov, thank you very much for the advice. I tried again and amazingly it worked this time. Here was my process:
So I don't think I have any logs to share. If there's any diagnostics/logs I could still send to help please let me know.
Thanks. It looks like somebody just filed a request for this here: #6452 |
I have temporarily unpinned to put up the JetBrains issue, we'll get this issue back pinned following the JetBrains beta. |
please help, I got the "Open in VS Code" stuck on VS Code desktop side.
but I got this working previously, the only thing which changed I think is the GitPod custom image - https://github.com/vlad-labs/gitpod-cloud-engineer-helper |
@vavdoshka Could you try to close VS Code and kill all processes with gitpod in name and they try again? If it does not help please collect logs and send them to [email protected]. Thank you. |
@akosyakov I have gathered the logs and did send them to [email protected] . |
Loving the desktop support btw, the ability to use keyboard shortcuts to flick between browser and ide has saved my sanity, no more hunting through multiple tabs in multiple browser windows for me! @vavdoshka I used to have this happen quite regularly, though it hasn't happened in a while. But to fix it I would open the ssh config, find the file in Finder, delete it and the other gitpod files in the folder, find the gitpod-companion app in Activity Monitor and kill it (not sure if this was required, but it wouldn't hurt). Then try to "open in VS Code" from the browser, and that would usually work. |
thank you for you help, unfortunately this did not work out for me, the "ssh_config" files created are just being empty on my side, nothing changes.. When I did a first pass on GitPod evaluation this Desktop Support worked well for me and I even used to it already and it is really hard to switch to browser due to that reason you mentioned already about dancing with the tabs, as well as I found that not all required extensions are supported in browser version, plus some console applications (like k9s) just feels really slow in browser. @akosyakov please advice what could be the options to fix this |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Nevermind, I changed the default editor in my preferences to VS Code (desktop) and changed |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Objective
The aim of this issue is to gather feedback on the VS Code Desktop Support feature to be released in September 2021. Any feedback is welcome! See relevant docs. 🔖
Background
The upcoming VS Code Desktop Support feature aims to enable software developers to use familiar local tools like VS Code to work with Gitpod workspaces via SSH instead of switching to Web IDE running in browser.
See relevant roadmap items[1][2]. 🗺️
See also
component: local companion app
label and relevant project in the issue tracker. 🍁Cc @akosyakov @svenefftinge @csweichel @JohannesLandgraf
Feedback
Any feedback is welcome but we're primarily looking for the following types of feedback:
Feel free to send in any comments, thoughts, emojis, screenshots, or screencasts as well as open any new separate issues with a concrete problem statement for further discussion. 💬
The text was updated successfully, but these errors were encountered: