-
Notifications
You must be signed in to change notification settings - Fork 154
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
Support for Code Server/Visual Studio Online #118
Comments
If you open up DevTools and look at the console, do you see anything? Or what about in the output panels, @h1nk ? |
Yeah, this would be great if it could work with code server. |
Chromium wasn't even installed in the Docker container I was running. It does work once installed, but entering anything into the address bar didn't seem to work and there was a bunch of other usability problems. |
Given that Microsoft now have shipped http://online.visualstudio.com/, I'm renaming this issue to support of VS Online. |
It would be amazing if we could add VSO support! 🤗 Is there anything our team (the VSO team) could do to help? |
@lostintangent A model I explored in the early days was to run the Chrome instance on the remote instance to allow for example and IPad show chrome content rendered from the Linux box. Today the extension is marked as a UI extension, so it would require an API to declare the extension to remote based on what context the it's run in. Have you landed such apis? |
Extension adopted to run as a workspace extension in VSC's case. Ping @lostintangent #125 |
@auchenberg I just tested the bits in master, and it works in a VSO environment, including in the browser! The Live Share integration also works, which is pretty sick to see in the browser. Can you ship this update? 😎 |
Landed in v0.6.0 |
hey i came accross this and think its awsome, have you got the setup steps to get this woking in code server? ive tried installing chrome but its not working... any help would be much appreciated |
@obikay200 What errors do you see? |
Thanks very much for the quick response, but i updated to the latest release of code-server ( 3.0.1 ) rather than latest and set permissions on the chrome binary and now it works! |
Glad to hear! |
Sorry to come along this so late, but this is not working for me when running the extension in code-server on Linux Mint 20. It works great in VSCode on that same system, but not in code-server. I keep seeing mention that chromium needs to be installed on the same system, and it is, but I also see something in these messages about setting specific permissions on the chromium binary. Can any of you explain what those permissions should be set to and give basic instructions for setting it? I am pulling my hair out trying to figure it out, and this is a go-to extension for my workflow. I’d massively appreciate it; plus it can be here for other poor saps like me trying to figure it out, Lol. Setup:
If you see something else I’m missing, please let me know. |
Hi, I am running a code-server on ubuntu 18.04 and installed chromium-browser... When I execute via terminal, chrome works and open using an external X... But when I try it from Browser Preview it shows just a blank screen. How can I fetch errors for it? From webconsole:
|
I wanted to see if this extension would work in code-server just for fun, but sadly it does not:
I'm going to assume that this is well outside the realm of supported use cases, but I still wanted to ask if there is any way to get this to work.
The text was updated successfully, but these errors were encountered: