Skip to content

Commit c6489cc

Browse files
authored
feat(vscode): vscode extensions (#66)
* feat(ansible): add install vscode * chore(ansible): add tags * chore(vscode): dump extensions
1 parent e2b741a commit c6489cc

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.ansible/.lock

Whitespace-only changes.

config/vscode/extensions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ firefox-devtools.vscode-firefox-debug
2727
github.codespaces
2828
github.copilot
2929
github.copilot-chat
30-
github.copilot-labs
3130
github.remotehub
3231
github.vscode-github-actions
3332
github.vscode-pull-request-github
3433
golang.go
34+
google.geminicodeassist
3535
gruntfuggly.todo-tree
3636
hashicorp.terraform
3737
janisdd.vscode-edit-csv
@@ -76,6 +76,7 @@ redhat.vscode-yaml
7676
ritwickdey.liveserver
7777
rust-lang.rust-analyzer
7878
rvest.vs-code-prettier-eslint
79+
saoudrizwan.claude-dev
7980
shd101wyy.markdown-preview-enhanced
8081
shopify.ruby-extensions-pack
8182
shopify.ruby-lsp

scripts/ansible/localhost.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
hosts: localhost
33
connection: local
44
roles:
5-
- set_facts
6-
- config
7-
- gh
8-
- vscode
5+
- role: set_facts
6+
tags:
7+
- config
8+
- gh
9+
- vscode
10+
- role: config
11+
tags:
12+
- config
13+
- role: gh
14+
tags:
15+
- gh
16+
- role: vscode
17+
tags:
18+
- vscode

0 commit comments

Comments
 (0)