Hi,
I’ve been using sublime merge for some months and I was able to run my code editor from it without any issue.
Recently, I’ve purchased it, and switched the version from AUR to the provided Arch linux repo. (I’m not sure it is related)
Now the code editor isn’t launched by sublime merge (nothing happen)
I’ve tried removing the related settings, and it well launched sublime text 3.
Nothing appear in Console.
I’ve tried to run the command from a terminal and it work.
My settings :
{
"editor_path": "/usr/bin/code",
"editor_argument_format": "--goto ${file}:${line}:${col}",
"hardware_acceleration": "opengl",
"theme": "Merge Dark.sublime-theme",
"side_bar_layout": "locations_as_column",
}