From 186b32cf2ea2aa1866c80b25d1c3ab7a16fff88e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 4 Oct 2021 02:01:07 -0300 Subject: vscodium.profile: add missing paths It creates the following directories on startup: * ~/.config/VSCodium * ~/.vscode-oss Environment: $ grep '^NAME' /etc/os-release NAME="Artix Linux" $ pacman -Q vscodium-bin vscodium-bin 1.60.2-2 Note: The following entry is already on disable-programs.inc: noblacklist ${HOME}/.vscode-oss It was added on commit de90834a8 ("Update disable-programs.inc", 2019-03-02). Relates to #3871. --- etc/profile-m-z/vscodium.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/profile-m-z/vscodium.profile') diff --git a/etc/profile-m-z/vscodium.profile b/etc/profile-m-z/vscodium.profile index 176d00822..9c0a887b2 100644 --- a/etc/profile-m-z/vscodium.profile +++ b/etc/profile-m-z/vscodium.profile @@ -7,6 +7,8 @@ include vscodium.local #include globals.local noblacklist ${HOME}/.VSCodium +noblacklist ${HOME}/.config/VSCodium +noblacklist ${HOME}/.vscode-oss # Redirect include code.profile -- cgit v1.2.3-70-g09d2