Skip to content

Commit 26fa43a

Browse files
committed
VSCode: Add Container Tools, Dev Containers, Ruff, Ansible, Go, GitHub Actions, TOML extensions
1 parent e3a09d7 commit 26fa43a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

home/.chezmoidata/vscode.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,24 @@ vscode_extensions:
3838
- id: usernamehw.todo-md
3939
name: "Todo MD"
4040
description: "Todo tracking based on todo.txt format"
41+
- id: ms-azuretools.vscode-containers
42+
name: "Container Tools"
43+
description: "Create, manage, and debug containerized applications"
44+
- id: ms-vscode-remote.remote-containers
45+
name: "Dev Containers"
46+
description: "Open any folder or repository inside a Docker container"
47+
- id: charliermarsh.ruff
48+
name: "Ruff"
49+
description: "Python linter and formatter"
50+
- id: redhat.ansible
51+
name: "Ansible"
52+
description: "Ansible language support"
53+
- id: golang.go
54+
name: "Go"
55+
description: "Rich Go language support for Visual Studio Code"
56+
- id: github.vscode-github-actions
57+
name: "GitHub Actions"
58+
description: "GitHub Actions workflows and runs for github.com hosted repositories"
59+
- id: tamasfe.even-better-toml
60+
name: "Even Better TOML"
61+
description: "Fully-featured TOML support"

0 commit comments

Comments
 (0)