-
Notifications
You must be signed in to change notification settings - Fork 6
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
extension not working in code-server #84
Comments
I actually haven't tested the code-server environment yet. Unfortunately, every vscode environment (i.e. desktop, web, server) seems to behave differently when it comes to the specific behavior of loading a virtual workspace. I'll take a look at this once I'm back from vacation early next year. Note that it seems to work correctly on code-server from coder, see #75. |
here is my code-server run step: clone source compile and rungit clone https://github.com/microsoft/vscode.git add extension gallery config to product.json
install oct extension in code-server(online vscode) with other terminal./script/code-server.sh --install-extension typefox.open-collaboration-tools |
yes . |
I am use microsoft/vscode run code-server with open-collaboration-tools extension on my server for internal service,use browser vscode collaboration online live code review.
after
Join Collaboration Session
, brwoser with reflush and not sync workspace.but
vscode.dev
and other web IDE(github codespace himself) is work fine .I'am running on my macos and github codespace is not working too
I don't know whether this issue comes from
code-server
(microsoft/vscode) or the current extension. I hope you can help check it if you are freeThe text was updated successfully, but these errors were encountered: