Update 3 files

- /software.yml
- /home/.chezmoidata.yaml
- /home/dot_var/app/com.visualstudio.code/config/symlink_Code
This commit is contained in:
Brian Zalewski 2023-01-24 21:39:58 +00:00
parent 35c1736fe1
commit 0a294d8501
3 changed files with 5 additions and 3 deletions

View file

@ -364,7 +364,8 @@ softwareGroups:
- tabby - tabby
- vlc - vlc
- vscode - vscode
- vscodium # Some plugins do not work with vscodium
# - vscodium
File-System: &File-System File-System: &File-System
# After `sudo apt-get install -y fuse libfuse-dev, the following error still shows up: # After `sudo apt-get install -y fuse libfuse-dev, the following error still shows up:
# error: could not find system library 'fuse' required by the 'fuse' crate # error: could not find system library 'fuse' required by the 'fuse' crate

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "linux" -}}
{{ .chezmoi.homeDir }}/.config/Code
{{- end -}}

View file

@ -7954,8 +7954,6 @@ softwarePackages:
_service: true _service: true
vscode: vscode:
_bin: code _bin: code
_alternative: vscodium
_alternativeReason: VS Code includes telemetry that is applied after building the open-source project. VSCodium is the open-source version without tracking.
_desc: '[Visual Studio Code](https://code.visualstudio.com/) is a freeware source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.' _desc: '[Visual Studio Code](https://code.visualstudio.com/) is a freeware source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.'
_docs: https://code.visualstudio.com/api/references/vscode-api _docs: https://code.visualstudio.com/api/references/vscode-api
_github: https://github.com/microsoft/vscode _github: https://github.com/microsoft/vscode