You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCodium-specific
This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
I cant confirm this as i dont use VS Code, but i am 95% sure of this.
Not already documented
I checked the Docs page and my issue is not mentioned there.
Details
To Reproduce
Steps to reproduce the behavior:
Open any Github codespaces that you have access to
Click on the "Application Menu" (hamburger icon) on the "Activity Bar"
(visible only when "Menu Bar" is not visible)
See the button of "Open in VS Code"
Expected behavior:
Some way to open it in VSCode is there. Which currently, seems none or unknown.
The extension required for this is : github.codespaces by Github which I have sideloaded in VSCodium
I tried taking help of inspect element in web dev tools in the browser to maybe figure out the intent behind the button and proceed accordingly (as in Support vscode:// links (or provide an alternate) #933 (comment) ). But I was unable to find any intent or any useful information in this regard.
Searching the youtube didn't fetch any results either, I think as Codespaces is an online thing - people generally dont try to open it on anything other than their browsers, and those that do, do so in VS Code which is probably dumb-straight enough to do.
The text was updated successfully, but these errors were encountered:
From the license of the Github Codespaces extension: You may install and use any number of copies of the extension only with Visual Studio Code to connect to the Codespaces service. .
Due to the limitation in the license, I don't think we can provide any support for the Codespaces unless an open source extension is developed.
If you have a vscode://, you can try to change it to vscodium://.
Describe the bug
Unable to open Github Codespaces in VSCodium
Check list
Please confirm that this problem is:
VSCodium-specific
This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
I cant confirm this as i dont use VS Code, but i am 95% sure of this.
Not already documented
I checked the Docs page and my issue is not mentioned there.
Details
To Reproduce
Steps to reproduce the behavior:
(visible only when "Menu Bar" is not visible)
Expected behavior:
Some way to open it in VSCode is there. Which currently, seems none or unknown.
Screenshots
Desktop
Additional context
Links for learning about Github Codespaces:
The extension required for this is : github.codespaces by Github which I have sideloaded in VSCodium
I tried taking help of inspect element in web dev tools in the browser to maybe figure out the intent behind the button and proceed accordingly (as in Support
vscode://
links (or provide an alternate) #933 (comment) ). But I was unable to find any intent or any useful information in this regard.Searching the youtube didn't fetch any results either, I think as Codespaces is an online thing - people generally dont try to open it on anything other than their browsers, and those that do, do so in VS Code which is probably dumb-straight enough to do.
The text was updated successfully, but these errors were encountered: