@sogaiu yes, that's right - there's no way to register custom commands, they all need to be on package.json
meh
There are a bunch of packages that try to allow people register "macros" - I'll test later and see if they work, but unfortunately vscode is quite limited.
For example, on Chlorine I'm able to parse the Javascript stacktrace and translate it with source maps. On vscode, I can't - because the "repl window" is just a webview, so I can't read files from there :(
sorry to hear that 😞
was just echoing mauricio -- i think he was referring to the use of: https://code.visualstudio.com/api/references/vscode-api#commands.registerCommand and https://code.visualstudio.com/api/references/vscode-api#commands.registerTextEditorCommand
ha ha ha -- yes, looking at how they seem to be conspicuously not responding in that issue :)