Skip to content

Commit 0a59890

Browse files
committed
chore(dev): add .vscode/extensions.json with recommended extensions
1 parent defbcf6 commit 0a59890

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ dist/
2424

2525
# editors
2626
.idea/
27-
.vscode/*
28-
!.vscode/*-sample.json
27+
.vscode/settings.json
2928
.fleet/
3029

3130
# exuberant ctags

.vscode/extensions.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"editorconfig.editorconfig",
4+
"golang.go",
5+
"task.vscode-task"
6+
]
7+
}

0 commit comments

Comments
 (0)