feat(vscode): extension recommendations added.

MR !7
This commit is contained in:
2022-01-31 08:22:15 +09:30
parent 0c3a878cfa
commit bbb639634b

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

@ -0,0 +1,8 @@
{
"recommendations": [
"gitlab.gitlab-workflow",
"ms-python.python",
"njpwerner.autodocstring",
"davidanson.vscode-markdownlint"
]
}