Merge remote-tracking branch 'origin/master' into develop

# Conflicts:
#	.gitignore
This commit is contained in:
2021-06-20 21:14:16 +01:00
3 changed files with 5 additions and 14 deletions

View File

@ -1,12 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "gdb",
"request": "launch",
"target": "./bin/executable",
"cwd": "${workspaceRoot}"
}
]
}