Update to compose file, fixed line endings issue

This commit is contained in:
2021-06-20 21:05:25 +01:00
parent bd9fbd2da6
commit 29f9a7396a
4 changed files with 2 additions and 63 deletions

View File

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