mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
clojure, vscode version update, fixes
This commit is contained in:
parent
2379badd14
commit
8621bb0a20
7 changed files with 118 additions and 14 deletions
|
|
@ -22,11 +22,12 @@
|
|||
- name: Downloading vscode coq lsp extension
|
||||
ansible.builtin.get_url:
|
||||
url: "https://open-vsx.org/api/maximedenes/vscoq/2.2.6/file/maximedenes.vscoq-2.2.6.vsix"
|
||||
dest: "{{ ansible_env.HOME }}/.vscode_ext/vscoq.vsi"
|
||||
dest: "{{ ansible_env.HOME }}/.vscode_ext/vscoq.vsix"
|
||||
mode: a
|
||||
force: false
|
||||
|
||||
- name: "Installing vscode coq lsp extension"
|
||||
ansible.builtin.command:
|
||||
cmd: "{{ ansible_env.HOME }}/.bin/code --install-extension {{ ansible_env.HOME }}/.vscode_ext/vscoq.vsi"
|
||||
changed_when: false
|
||||
# TODO: does not work
|
||||
# - name: "Installing vscode coq lsp extension"
|
||||
# ansible.builtin.command:
|
||||
# cmd: "{{ ansible_env.HOME }}/.bin/code --install-extension {{ ansible_env.HOME }}/.vscode_ext/vscoq.vsix"
|
||||
# changed_when: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue