Add VSCode configuration and keybinds
Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
parent
5853c4fb30
commit
a783eb1c86
3 changed files with 89 additions and 0 deletions
playbooks/roles/vscode/tasks
|
@ -3,6 +3,7 @@
|
|||
block:
|
||||
- shell: mkdir -p ~/.local/bin
|
||||
- shell: mkdir -p ~/.local/share
|
||||
- shell: mkdir -p ~/.config/Code\ -\ Insiders/User
|
||||
|
||||
- name: Install VSCode script
|
||||
template:
|
||||
|
@ -18,3 +19,11 @@
|
|||
template:
|
||||
src: templates/code-url.desktop.j2
|
||||
dest: ~/.local/share/visual-studio-code-insiders-url-handler.desktop
|
||||
|
||||
- name: Install VSCode configuration
|
||||
template:
|
||||
src: templates/{{ item }}.json.j2
|
||||
dest: ~/.config/Code\ -\ Insiders/User/{{ item }}.json
|
||||
loop:
|
||||
- settings
|
||||
- keybindings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue