Add vscode extension suggestions and ignore the rest
This commit is contained in:
parent
286034b315
commit
a0c4baa1ef
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -26,3 +26,7 @@ demo/bin/*
|
||||||
|
|
||||||
# Other stuff
|
# Other stuff
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
6
.vscode/extensions.json
vendored
Normal file
6
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"ms-vscode.cpptools-extension-pack",
|
||||||
|
"ms-python.python"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue