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:
parent
defbcf6acd
commit
0a59890a46
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,8 +24,7 @@ dist/
|
|||||||
|
|
||||||
# editors
|
# editors
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/*
|
.vscode/settings.json
|
||||||
!.vscode/*-sample.json
|
|
||||||
.fleet/
|
.fleet/
|
||||||
|
|
||||||
# exuberant ctags
|
# exuberant ctags
|
||||||
|
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"editorconfig.editorconfig",
|
||||||
|
"golang.go",
|
||||||
|
"task.vscode-task"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user