Skip to content

extension not working in code-server #84

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

Open
einsitang opened this issue Dec 24, 2024 · 6 comments
Open

extension not working in code-server #84

einsitang opened this issue Dec 24, 2024 · 6 comments

Comments

@einsitang
Copy link
Contributor

einsitang commented Dec 24, 2024

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 free

@msujew
Copy link
Contributor

msujew commented Dec 24, 2024

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.

@einsitang
Copy link
Contributor Author

here is my code-server run step:

clone source compile and run

git clone https://github.com/microsoft/vscode.git
cd vscode
npm i
npm run compile
./script/code-server.sh --lanuch

add extension gallery config to product.json

	"extensionsGallery": {
		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
		"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
		"itemUrl": "https://marketplace.visualstudio.com/items"
	}

install oct extension in code-server(online vscode) with other terminal

./script/code-server.sh --install-extension typefox.open-collaboration-tools

@einsitang
Copy link
Contributor Author

einsitang commented Dec 24, 2024

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.

yes . vscode.dev and other vscode WEB IDE(like github codespace) is working fine . but not work for my self-build . It's very strange but I dont know why

@einsitang
Copy link
Contributor Author

hello,something news?

@msujew
Copy link
Contributor

msujew commented Mar 15, 2025

Unfortunately no meaningful progress, since I (and the rest of the team) have very little bandwidth for such issues right now. Feel free to debug the issue and post results in here or open a PR to fix the issue.

@einsitang
Copy link
Contributor Author

OK, thank you for your reply. I'll try to figure out the reason for this issue. If I make any progress, I'll inform you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants