-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Connect to Code Server's server from VS Code for Desktop #2402
-
Hello!
Is it possible to connect to the Code Server's server (the backend it is running) from Visual Studio Code Desktop? My use case would be to just use my Desktop application when possible, then switch to the browser-based editor when on the go.
My Code Server setup is running on a Docker container if it matters.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 4
-
Thank you so much 👍
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
-
hey, I know I'm kind of a random here. But I just figured this out this morning....
you can install PWA's like code-server as app's using chrome. Linked an image, of the button in the url bar in chrome to 'install' that page. That gives you basically a native-like VS Code experience, entirely separate from your browser. Then on the go, you just go to your site like normal.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 10 -
🚀 1
-
Thanks, this helps!
Beta Was this translation helpful? Give feedback.
All reactions
-
try something like this if you are on macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --new-window --app=http://192.168.100.8:8078/\?folder\=/home/coder/projects/manger
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 4