I was trying to modify a plugin from github.
Which has
{
"caption": "Settings – Default",
"command": "open_file", "args":
{
"file": "${packages}/pluginxxx/pluginxxx.sublime-settings"
}
}
As I want to tweak the plugin, I copied it to User directory, then the file has to changed to
.
I am wondering is there a way to refer to the pluginxxx directory, so I can write file path like
?
Cheers.