1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +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

3
.gitignore vendored
View File

@ -24,8 +24,7 @@ dist/
# editors
.idea/
.vscode/*
!.vscode/*-sample.json
.vscode/settings.json
.fleet/
# exuberant ctags

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

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