Skip to content

Instantly share code, notes, and snippets.

View perchess's full-sized avatar
🤖
work hard

Sokolov Denis perchess

🤖
work hard
View GitHub Profile
@perchess
perchess / tasks.json
Last active October 6, 2022 09:51
VSCODE catkin build and merge compile_commands json. Add this lines to tasks.json VSCODE config.
{
"version": "2.0.0",
"tasks": [
{
"label": "catkin build",
"type": "shell",
"command": "catkin build",
"problemMatcher": [
"$catkin-gcc"
]