atom-editor

Using the Atom editor with Clojure(Script) - tips, questions, plugins
mauricio.szabo 2020-08-18T01:47:37.097Z

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

2020-08-18T01:48:52.099200Z

meh

mauricio.szabo 2020-08-18T01:49:16.099900Z

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.szabo 2020-08-18T01:50:31.102Z

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

2020-08-18T02:16:32.102200Z

sorry to hear that 😞

2020-08-18T02:19:12.102800Z

ha ha ha -- yes, looking at how they seem to be conspicuously not responding in that issue :)