-
Notifications
You must be signed in to change notification settings - Fork 11
Cannot start CodeTogether due to Proposed API #366
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
It started working. |
@lokimon We haven't observed this behavior in a native installation, but we've seen this when running VS Code in certain containers, such as code-server, from time to time, and they're to resolve a recent re-emergence of that issue on their platform here. Are you running VS Code natively on Ubuntu, or through a solution like code-server, coder.com, OpenVSCode Server, or some other VS Code delivery solution? |
Ah, I see it's working for you now. I'll leave my comment in case it affects others, but I'm pleased everything is good now. Please let us know if you run into any other issues. |
I installed ubuntu 22.04 so I had to reinstall VSC and extensions. I am running VS Code natively on Ubuntu. (I downloaded the deb and apt installed it). I am still seeing this in the logs
It's an endless cycle of Enable reload Enable reload. |
@lokimon this is interesting because the first error says that termainlLocation doesn't exist:
Can you tell us what version of VSCode you've installed? It appears that this proposed API may have changed, in which case we'll need an update for that. The second error is odd as it seems to indicate that the usual programmatic way to gain access to these APIs may have also changed. However, it does suggest a command line workaround:
Can you try restarting and using the --enable-proposed-api flag? The documentation for that flag is here and the extension id is "genuitecllc.codetogether" |
I am running VSCode 1.66.2 which is latest.
didn't seem to help |
Hi @lokimon, to enable all services the full restart of VS Code is required. After clicking
If you see another one, which has a Reload action, then it means that you already have enabled the proposed API (argv.json is modified). We are going to investigate why it could lead to an endless Enable -> Reload cycle. To confim the enablement in argv.json, you can run the
|
Describe the bug
I am in an endless loop with a dialog box that pops up when starting Visual Studio Code.
Trying to install CodeTogether v2022.1.4
I click Enable and then Reload, and it pops up again.
Looking at developer tools I see this.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dialog box should stop popping up.
Screenshots
CodeTogether Host
The text was updated successfully, but these errors were encountered: