-
Notifications
You must be signed in to change notification settings - Fork 21
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
VSCodium is VSCode without "Telemetry" (Tracking!) #37
Comments
One thing that I've found annoying about Vscodium is for some reason the Elixir Language Support (syntax highlighting and formatting) is not available when searched for in the extensions search: It means my Elixir code looks like this lame grey: It appears that VSCodium has a separate extensions library so it does not display the default ones.
I searched for " The results were useless so I kept refining (adding detail) to my query: "where is product.json in vscodium" and obviously the results were still useless. So I went digging in finder on my Mac ... 📁 🔍 What I did find were the extensions for both To get back to this, simply open your terminal and type:
That will take you to the "home" directory of your "user" on the OS. I simply copied over the extensions from
and that gave me This is obviously not a good longterm solution and it won't work for people who haven't previously used VSCode. |
Attempting to launch/run
or
according to VSCodium/vscodium#190 (comment) Type: "install cod" and press the Enter key to activate the command: Now in your terminal, you can type |
Just tried setting up on a new mac and got the following error: /usr/local/bin/code: line 6: python: command not found
/usr/local/bin/code: line 10: ./MacOS/Electron: No such file or directory Going to do a bit of Googling ... 🔍 |
Known issue: microsoft/vscode#141738 vi /usr/local/bin/code change python => python3 on the following line - function realpath() { python -c ...
+ function realpath() { python3 -c ... using |
The last comment in the thread is actually a more elegant solution: microsoft/vscode#141738 (comment)
|
@nelsonic This issue has been so helpful, thank you! I got the same but without the So you have to go to Clicking on And here you can click on |
Glad you were able to get it working. 👩💻⭐️ |
https://vscodium.com
Either grab the latest release from: https://github.com/VSCodium/vscodium/releases
Or follow the download/install instructions on the website.
e.g: on Mac:
Output
If you see the following warning:
Open the Security & Privacy tab in your System Preferences and click "Open Anyway":
The next time you open the app you will see:
Click on "Open" to continue opening
VSCodium
You will see:
VSCodium
is compatible with all the plugins/extensions that you know and love inVSCode
.Just install and
VSCodium
and pickup exactly where you left off.using the
code
shortcut in your terminal will openVSCodium
e.g:No more tracking from Microsoft. 🎉
The text was updated successfully, but these errors were encountered: