Add vscode extension recommendation

This commit is contained in:
Andrew Senetar 2022-03-21 22:27:16 -05:00
parent 8cee1a9467
commit bbcdfbf698
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
2 changed files with 12 additions and 2 deletions

4
.gitignore vendored
View File

@ -89,8 +89,8 @@ cython_debug/
!.vscode/settings.json
#!.vscode/tasks.json
#!.vscode/launch.json
#!.vscode/extensions.json
#!.vscode/*.code-snippets
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/

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

@ -0,0 +1,10 @@
{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"redhat.vscode-yaml",
"ms-python.vscode-pylance",
"ms-python.python"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}