chore: add .vscode extensions.json and settings.json
This commit is contained in:
parent
975162ed94
commit
afe0f18523
1 changed files with 8 additions and 0 deletions
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"EditorConfig.EditorConfig",
|
||||||
|
"zxh404.vscode-proto3",
|
||||||
|
"pbkit.vscode-pbkit",
|
||||||
|
"golang.go",
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in a new issue