Skip to content

Instantly share code, notes, and snippets.

@mengwangk
Created December 16, 2020 14:46
Show Gist options
  • Save mengwangk/20b09b08f6d5b0999c10023d1ad28921 to your computer and use it in GitHub Desktop.
Save mengwangk/20b09b08f6d5b0999c10023d1ad28921 to your computer and use it in GitHub Desktop.
tasks.json
{
"version": "2.0.0",
"tasks": [
{
"label": "cargo debug",
"type": "shell",
"command": "cargo",
"args": [
"debug",
"--debugger=lldb",
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment