Skip to content

Commit 81d3a5c

Browse files
committed
Add VS Code extensions for Go
1 parent 0af5f1e commit 81d3a5c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_all_no_customization.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
# golang
4343
- import_playbook: golang/core.yaml
44+
- import_playbook: golang/vscode.yaml
4445

4546
# Kubernetes
4647
- import_playbook: kubectl/core.yaml

golang/vscode.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- name: Go (VS Code)
2+
hosts: 127.0.0.1
3+
connection: local
4+
5+
tasks:
6+
- name: Install VS Code Extentions
7+
command: code --install-extension {{ item }}
8+
args:
9+
creates: ~/.vscode/extensions/{{ item }}-*/package.json
10+
loop:
11+
- ms-vscode.go
12+
- premparihar.gotestexplorer
13+
- maxmedia.go-prof

0 commit comments

Comments
 (0)