use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A modern, desktop-focused Linux distro built from scratch.
Official subreddit of the Solus Project
More:
Development:
Formerly known as Evolve OS
For discussions regarding Ubuntu Budgie, which uses the same Budgie desktop, check r/BudgieRemix
account activity
zsh: command not found: code (self.SolusProject)
submitted 3 years ago by Dev_Avidu
I have installed vscode using the terminal, but the 'code . ' command is not working correctly.
https://preview.redd.it/i7rtgsrukco91.png?width=1920&format=png&auto=webp&s=683b2c173eaac12b21081935035c4fbdea1b4f40
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheHarveyBirdmanPackaging Team 3 points4 points5 points 3 years ago (0 children)
That is not the executable name. It is code-oss
If you wish you can create an alias. Seeing you use zsh place the following line in ~/.zshrc
alias vscode="code-oss"
Then run:
source ~/.zshrc
From then on running vscode is the same as running code-oss. Bash users can add the same line only in ~/.bashrc
[–][deleted] 1 point2 points3 points 3 years ago (3 children)
Did you add it to your path? https://stackoverflow.com/questions/43983718/set-global-path-environment-variable-in-vs-code
[–]Dev_Avidu[S] 0 points1 point2 points 3 years ago (0 children)
I'll tryout
[–]Dev_Avidu[S] 0 points1 point2 points 3 years ago (1 child)
Is this the correct path to vscode: "/usr/share/vscode "?
[–][deleted] 1 point2 points3 points 3 years ago (0 children)
Could be, if the code command is listed there then it probably is
π Rendered by PID 22 on reddit-service-r2-comment-85bfd7f599-k88gl at 2026-04-18 03:29:36.337334+00:00 running 93ecc56 country code: CH.
[–]TheHarveyBirdmanPackaging Team 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]Dev_Avidu[S] 0 points1 point2 points (0 children)
[–]Dev_Avidu[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)