Skip to content

Commit

Permalink
vscodium.profile: add missing paths
Browse files Browse the repository at this point in the history
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 de90834 ("Update disable-programs.inc",
2019-03-02).

Relates to netblue30#3871.
  • Loading branch information
kmk3 committed Oct 4, 2021
1 parent 8e01725 commit 186b32c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ blacklist ${HOME}/.config/SubDownloader
blacklist ${HOME}/.config/Thunar
blacklist ${HOME}/.config/Twitch
blacklist ${HOME}/.config/Unknown Organization
blacklist ${HOME}/.config/VSCodium
blacklist ${HOME}/.config/VirtualBox
blacklist ${HOME}/.config/Whalebird
blacklist ${HOME}/.config/Wire
Expand Down
2 changes: 2 additions & 0 deletions etc/profile-m-z/vscodium.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 186b32c

Please sign in to comment.