1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore(dev): add .vscode/extensions.json with recommended extensions

This commit is contained in:
Andrey Nering
2024-08-24 22:16:22 -03:00
parent defbcf6acd
commit 0a59890a46
2 changed files with 8 additions and 2 deletions

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"editorconfig.editorconfig",
"golang.go",
"task.vscode-task"
]
}