From 0a294d8501453b08a5ea65b71dd81c830012cc30 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 24 Jan 2023 21:39:58 +0000 Subject: [PATCH] Update 3 files - /software.yml - /home/.chezmoidata.yaml - /home/dot_var/app/com.visualstudio.code/config/symlink_Code --- home/.chezmoidata.yaml | 3 ++- home/dot_var/app/com.visualstudio.code/config/symlink_Code | 3 +++ software.yml | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 home/dot_var/app/com.visualstudio.code/config/symlink_Code diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 706c4aed..7e9d6eab 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -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 diff --git a/home/dot_var/app/com.visualstudio.code/config/symlink_Code b/home/dot_var/app/com.visualstudio.code/config/symlink_Code new file mode 100644 index 00000000..97c0e9ba --- /dev/null +++ b/home/dot_var/app/com.visualstudio.code/config/symlink_Code @@ -0,0 +1,3 @@ +{{- if eq .host.distro.family "linux" -}} +{{ .chezmoi.homeDir }}/.config/Code +{{- end -}} diff --git a/software.yml b/software.yml index 5582444a..b2fb5629 100644 --- a/software.yml +++ b/software.yml @@ -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