Skip to content

Commit

Permalink
better extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Nov 4, 2024
1 parent da5700b commit 10091b7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions roles/gui-tools/tasks/install-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,21 @@
ansible.builtin.shell: code --install-extension '{{ item }}'
with_items:
- bibhasdn.unique-lines
- davidanson.vscode-markdownlint
- esbenp.prettier-vscode
- mechatroner.rainbow-csv
- ms-vscode-remote.remote-ssh
- ms-vscode.remote-explorer
- usernamehw.errorlens
- trailofbits.weaudit
- eriklynd.json-tools
- github.copilot
- github.copilot-chat
- mechatroner.rainbow-csv
- mitchdenny.ecdc
- ms-azuretools.vscode-docker
- ms-python.debugpy
- ms-python.python
- ms-python.vscode-pylance
- ms-vscode-remote.remote-containers
- ms-vscode-remote.remote-ssh
- ms-vscode-remote.remote-ssh-edit
- ms-vscode.remote-explorer
- ms-vsliveshare.vsliveshare
- trailofbits.weaudit
- usernamehw.errorlens
- yzane.markdown-pdf
- zobo.php-intellisense
- zobo.php-intellisense

0 comments on commit 10091b7

Please sign in to comment.