Remove unneccessary handler

This commit is contained in:
polz 2024-03-08 16:08:45 +01:00
parent 1a6e73aefb
commit 85f4a5dac9

View file

@ -1,4 +0,0 @@
# Mark everything in bin/ directories executable. Some extensions do
# this on activation, but non-root users don’t have permission for it.
- name: fix VS code extensions
command: find /usr/share/code/resources/app -name bin -exec chmod -R +x '{}' ';'