Skip to content

Instantly share code, notes, and snippets.

@Longhanks
Last active February 21, 2023 08:17
Show Gist options
  • Save Longhanks/7457bb836686a948d8e19c8d82c7aa56 to your computer and use it in GitHub Desktop.
Save Longhanks/7457bb836686a948d8e19c8d82c7aa56 to your computer and use it in GitHub Desktop.
vscode-cpp-settings-json
{
"VsCodeTaskButtons.tasks": [
{
"label": "$(debug-configure) cmake",
"task": "cmake configure",
"tooltip": "cmake configure"
},
{
"label": "$(symbol-property) Build",
"task": "build current target",
"tooltip": "build current target"
},
{
"label": "$(notebook-delete-cell) Clean",
"task": "clean",
"tooltip": "clean"
},
{
"label": "$(testing-run-icon) Run",
"task": "run",
"tooltip": "run"
},
{
"label": "$(testing-debug-icon) Debug",
"task": "debug",
"tooltip": "debug"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment