[FIX] broken vscode installation on Debian and Archlinux
This commit is contained in:
parent
6c4089870c
commit
e83253598f
4 changed files with 29 additions and 6 deletions
|
@ -25,10 +25,14 @@
|
|||
vars:
|
||||
packages:
|
||||
- graphviz
|
||||
- name: vscode - Basics - Create settings directory
|
||||
file:
|
||||
path: "{{ ansible_user_dir }}/Library/Application Support/Code/User"
|
||||
state: directory
|
||||
- name: vscode - Basics - Copy global settings
|
||||
copy:
|
||||
src: "{{ role_path }}/files/vscode-settings.json"
|
||||
dest: ~/Library/Application Support/Code/User/settings.json
|
||||
dest: "{{ ansible_user_dir }}/Library/Application Support/Code/User/settings.json"
|
||||
when: user_vscode == true
|
||||
|
||||
# Dev Env - C/C++ Development Tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue