linroom: fix VS code extension permissions

And clean up the installation script a bit.
This commit is contained in:
Timotej Lazar 2023-04-30 10:07:41 +02:00
parent 66079fbd17
commit bf940a2956
2 changed files with 15 additions and 12 deletions

View file

@ -0,0 +1,4 @@
# 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 '{}' ';'