Add vscode extension suggestions and ignore the rest

main
Adam Scott 2023-08-17 08:31:03 -04:00
parent 5eb763fff7
commit b54f7475af
No known key found for this signature in database
GPG Key ID: 1352C2919D96DDDF
2 changed files with 11 additions and 1 deletions

6
.gitignore vendored
View File

@ -25,4 +25,8 @@ demo/bin/*
*.exp
# Other stuff
*.log
*.log
# VSCode
.vscode/*
!.vscode/extensions.json

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

@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.cpptools-extension-pack",
"ms-python.python"
]
}