On the node-integration branch, when I call console.log in the main.js script of the "hello world" app, the log message appears in the terminal window from which I ran Positron, but it doesn't appear in the devtools console window.
> ./mach run ~/Projects/positron/positron/test/hello-world/ --jsdebugger
…
JS engine: spidermonkey

On the node-integration branch, when I call console.log in the main.js script of the "hello world" app, the log message appears in the terminal window from which I ran Positron, but it doesn't appear in the devtools console window.