Skip to content

Instantly share code, notes, and snippets.

@dannyhvc
Created April 21, 2023 17:33
Show Gist options
  • Save dannyhvc/1f724e7b61db6f5529dc9b923be7b01f to your computer and use it in GitHub Desktop.
Save dannyhvc/1f724e7b61db6f5529dc9b923be7b01f to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "(Windows) Launch",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceRoot}/target/debug/${workspaceFolderBasename}.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}",
"environment": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment