Merge pull request #4 from adamscott/vscode-settings

Add VSCode extension suggestions and update .gitignore for the rest of the VSCode files
main
Patrick Exner (FlameLizard) 2023-08-26 20:04:26 +02:00 committed by GitHub
commit 8fc98af6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View File

@ -26,3 +26,7 @@ demo/bin/*
# Other stuff
*.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"
]
}