Skip to content

Instantly share code, notes, and snippets.

@booyaa
Last active August 9, 2017 18:59
Show Gist options
  • Save booyaa/ea58d35365b6fb99223d614e874c4ade to your computer and use it in GitHub Desktop.
Save booyaa/ea58d35365b6fb99223d614e874c4ade to your computer and use it in GitHub Desktop.
Medium post
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceRoot}/target/debug/${workspaceRootFolderName}",
"args": [],
"cwd": "${workspaceRoot}",
"sourceLanguages": ["rust"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment