feat(dev): specify vscode recommendations

This commit is contained in:
Quentin McGaw
2023-05-29 16:42:00 +00:00
parent b5d230d47a
commit b961284845
2 changed files with 37 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
// This list should be kept to the strict minimum
// to develop this project.
"recommendations": [
"golang.go",
"davidanson.vscode-markdownlint",
],
}