Files
sublime_text_remedybg_plugin/Remedy.sublime-settings
Krzosa Karol 3acca1409a 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.
2024-01-25 11:39:50 +01:00

6 lines
223 B
Plaintext

{
"executable": "remedybg.exe",
"search_for_remedy_file_in_current_dir": true,
"vc_vars_cmd": "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Auxiliary/Build/vcvarsall.bat",
"vc_vars_arch": "amd64",
}