I’m on Windows and I’m not sure about the correct format I should use for "file":""
in the following .sublime-commands
file:
[
{
"caption":"Do the Foo",
"command":"run_macro_file",
"args":{
"file":""
}
}
]
For example, if this:
"file":"C:\\Users\\Ahu Lee\\YandexDisk\\utils\\Sublime Text Build 3207\\Data\\Packages\\User\\Select Line.sublime-macro"
…then it won’t work, but I can still see the caption. The same with forward slashes (with single backslashes I won’t even see the caption).
What’s the error here? Why won’t it work?
PS The macro file is in the right place and it works via the menu.