Init repository

This commit is contained in:
Krzosa Karol
2023-01-22 10:31:55 +01:00
commit 6ffb2aed80
7 changed files with 681 additions and 0 deletions

30
Default.sublime-commands Normal file
View File

@@ -0,0 +1,30 @@
[
{
"caption": "RemedyBG: Launch",
"command": "remedy_launch",
},
{
"caption": "RemedyBG: Goto the sublime cursor in remedy",
"command": "remedy_go_to_cursor",
},
{
"caption": "RemedyBG: Start debugging",
"command": "remedy_start_debugging",
},
{
"caption": "RemedyBG: Stop debugging",
"command": "remedy_stop_debugging",
},
{
"caption": "RemedyBG: Run to cursor, launch and stop at cursor",
"command": "remedy_run_to_cursor",
},
{
"caption": "RemedyBG: Restart debugging",
"command": "remedy_restart_debugging",
},
{
"caption": "RemedyBG: Add selection or word under cursor to watch window",
"command": "remedy_restart_debugging",
},
]