Piping the debug output to sublime console

This commit is contained in:
Krzosa Karol
2023-01-23 22:54:54 +01:00
parent cebdee1c14
commit a0e25a9b2b
3 changed files with 61 additions and 60 deletions

View File

@@ -39,25 +39,4 @@
"caption": "RemedyBG: All in one, this is for the convienient mouse + keyboard usage",
"command": "remedy_all_in_one",
},
{
"caption": "RemedyBG: Build and run to cursor, requires a project",
"command": "remedy_build",
"args": {
"command": "run_to_cursor"
}
},
{
"caption": "RemedyBG: Build and start debugging, requires a project",
"command": "remedy_build",
"args": {
"command": "start_debugging"
}
},
{
"caption": "RemedyBG: Build and goto cursor, requires a project",
"command": "remedy_build",
"args": {
"command": "goto_cursor"
}
},
]