jfrux

Results 89 issues of jfrux

Whether to embrace vscode and extend it... or build the IDE into Workbench with Monaco Editor (https://github.com/Microsoft/monaco-editor) I'm a huge fan of both of these solutions.

For instance, on Windows you could have it use best of one of these: ``` [ "bash.exe", // uses this first if it exists... "powershell.exe", // then this... "cmd.exe" //...

bug

From @illumiN8i: If you go to one of the data feeds, pause it, then switch to another data feed, no data will appear. It just says waiting for messages with...

I've started building the `console` system in Workbench to be able to have an abstracted "script" library that allows us to run commands on the Workbench console. The most complicated...

help wanted