Remove build system, add search for remedy file, remove all in one

Cleaning up the plugin a bit, seems like going the build system
route was not worth it. Minimal gains, a lot of additional mental overhead.
As much as I love sublime the plugin api is not great for more complicated
things.

Instead by default plugin seeks for a nearby remedy file, hopefully this
will help a bit.
This commit is contained in:
Krzosa Karol
2024-01-25 11:39:50 +01:00
parent f0dabdd978
commit 3acca1409a
6 changed files with 79 additions and 313 deletions

View File

@@ -3,5 +3,6 @@
{ "keys": ["f5"], "command": "remedy_start_debugging" },
{ "keys": ["shift+f5"], "command": "remedy_stop_debugging" },
{ "keys": ["f9"], "command": "remedy_set_breakpoint" },
{ "keys": ["ctrl+f9"], "command": "remedy_set_conditional_breakpoint" },
{ "keys": ["ctrl+shift+f5"], "command": "remedy_restart_debugging" },
]