Skip to content

Instantly share code, notes, and snippets.

@NickCrew
Created January 11, 2020 02:17
Show Gist options
  • Save NickCrew/3055ee04b5e660410b8abc2b5bed1f34 to your computer and use it in GitHub Desktop.
Save NickCrew/3055ee04b5e660410b8abc2b5bed1f34 to your computer and use it in GitHub Desktop.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "clang++ build and debug active file",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": "clang++ build active file"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment