misc: add vscode task/launch configurations

This is a good start, but will need to be adapted for other platforms and improved over time.

Change-Id: Ib64046e852c3aa9cc9b492d0af8cee33ee1ff5de
This commit is contained in:
Andreas Traczyk
2024-04-09 17:05:55 -04:00
parent bd45d6a406
commit 690f2dd85c
3 changed files with 138 additions and 2 deletions

13
.gitignore vendored
View File

@@ -1,9 +1,18 @@
*.user
doc/Doxyfile
### VisualStudioCode ###
.vscode/**/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
**/.history
GeneratedFiles/
.vs/
.vscode/
x64/
x86/
[wW]in32/