Fork me on GitHub
#atom-editor
<
2020-08-18
>
mauricio.szabo01:08:37

@sogaiu yes, that's right - there's no way to register custom commands, they all need to be on package.json

mauricio.szabo01:08:16

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.

mauricio.szabo01:08:31

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 :(

sogaiu02:08:32

sorry to hear that 😞