Skip to content

Commit

Permalink
VSCodium: Fix developing Arduino (#5991)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek22k committed Sep 6, 2023
1 parent ce6fb3a commit 4b8f1d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/inc/allow-common-devel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Persistent customizations should go in a .local file.
include allow-common-devel.local

# Arduino
noblacklist ${HOME}/.arduino15
noblacklist ${HOME}/Arduino

# Git
noblacklist ${HOME}/.config/git
noblacklist ${HOME}/.gitconfig
Expand All @@ -26,6 +30,9 @@ noblacklist ${HOME}/.yarn-config
noblacklist ${HOME}/.yarncache
noblacklist ${HOME}/.yarnrc

# PlatformIO
noblacklist ${HOME}/.platformio

# Python
noblacklist ${HOME}/.pylint.d
noblacklist ${HOME}/.python-history
Expand Down
1 change: 1 addition & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ blacklist ${HOME}/.pinerc
blacklist ${HOME}/.pinercex
blacklist ${HOME}/.pingus
blacklist ${HOME}/.pioneer
blacklist ${HOME}/.platformio
blacklist ${HOME}/.prey
blacklist ${HOME}/.purple
blacklist ${HOME}/.pylint.d
Expand Down

0 comments on commit 4b8f1d2

Please sign in to comment.