-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[WSL1] Cannot open file/folder with command "codium ." #373
Comments
Hi @ianpan870102 and @Miaourt -- can you provide some more context on the setup here? I'm seeing reference to an extension ( How was VSCodium installed on your computers? |
Sadly I don't have access to the environment anymore, and back then I ended up using the proprietary vscode ^^' |
Still doesn't work, same problem as Miaourt had. Any ideas how to fix it? |
Bad news, this extension is closed-source 😭 |
@Rohaq creating an alias doesn't work. |
Would this not work in your Powershell profile, for example? function Invoke-VSCodium {
code $args
}
Set-Alias codium Invoke-VSCodium |
Thanks for the response, but I just gave up on WSL. It feels that the extension requires VSCode to be running and since VSCodium has different naming internally it simply doesn't work. I would guess the solution would require VSCodium to stop renaming a few things internally. But I feel this won't happen, either due to VSCodium or Microsoft restrictions. |
This error persists, a year later. Now, I'm on WSL2 and still happening
Steps to Reproduce:
|
@joaoreis13 All Remote extensions from Microsoft are proprietary and aren't open source. Their licenses exclude any use outside Visual Studio Code. There is nothing we can do. |
Thanks for the information. Looking forward when VSCodium has this features too. |
I've added the wiki page: https://github.com/VSCodium/vscodium/wiki/Extensions-Compatibility |
Thank you for this project! I'm trying to get VSCodium working on my Windows Subsystem for Linux (WSL1). However, when I try to open a project folder with
codium .
from the terminal (Ubuntu 18.04 LTS), it gives me the following error message:I have tried using
code .
from VSCode stable andcode-insiders .
from VSCode Insiders and both work fine.The text was updated successfully, but these errors were encountered: