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.
6 lines
223 B
Plaintext
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",
|
|
} |