Visual Studio Code: Difference between revisions

imported>Truthadjustr
vscode
 
imported>Truthadjustr
No edit summary
Line 15: Line 15:
Also, if you want to uninstall stuff that you installed there as a normal user, do:
Also, if you want to uninstall stuff that you installed there as a normal user, do:


nix-env -q package-name-here
nix-env --uninstall package-name-here


Replace the package-name-here with whatever package returned by 'nix-env -q'.
Replace the package-name-here with whatever package returned by 'nix-env -q'.