Created by: evaisse
Hi, I would like to offer the ability to get a quick link to jump to file/line on error screen. by adding in package.json an editor command file pattern like this one : "subl://open?url=%%f&line=%%l&column=%%c"
(how can I achieve this ? what's the better solution here package /process.env ??)