Fixed default settings file, added the extension recommendation

This commit is contained in:
Sumner Evans
2020-03-18 17:23:48 -06:00
parent 20751fa454
commit 008821d988
3 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View File

@@ -8,7 +8,9 @@ flatpak/flatpak_build_dir/
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
.vscode/settings.json .vscode/*
!.vscode/extensions.json
!.vscode/settings.default.json
# C extensions # C extensions
*.so *.so

View File

@@ -1,5 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"dangmai.workspace-default-settings",
"ms-python.python" "ms-python.python"
] ]
} }