Update 3 files
- /software.yml - /home/.chezmoidata.yaml - /home/dot_var/app/com.visualstudio.code/config/symlink_Code
This commit is contained in:
parent
35c1736fe1
commit
0a294d8501
3 changed files with 5 additions and 3 deletions
|
@ -364,7 +364,8 @@ softwareGroups:
|
|||
- tabby
|
||||
- vlc
|
||||
- vscode
|
||||
- vscodium
|
||||
# Some plugins do not work with vscodium
|
||||
# - vscodium
|
||||
File-System: &File-System
|
||||
# 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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{{- if eq .host.distro.family "linux" -}}
|
||||
{{ .chezmoi.homeDir }}/.config/Code
|
||||
{{- end -}}
|
|
@ -7954,8 +7954,6 @@ softwarePackages:
|
|||
_service: true
|
||||
vscode:
|
||||
_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.'
|
||||
_docs: https://code.visualstudio.com/api/references/vscode-api
|
||||
_github: https://github.com/microsoft/vscode
|
||||
|
|
Loading…
Reference in a new issue