vscode-javascript-repl-docs
vscode-javascript-repl-docs copied to clipboard
JavaScript REPL is a javascript playground for Visual Studio Code with live feedback as you type, besides your code
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html TL;DR, if set, js-repl should put its config in `$XDG_CONFIG_HOME/js-repl`. Usually `$XDG_CONFIG_HOME` is set to `~/.config`.
**Edit:** seems to not be related to this extension exclusively. I'm also seen this behavior in "Node.js Notebooks". You may close it if it actually not related. Hi, I've been...
Not sure if I missed something obvious, but I'd expect to get back a value for this promise. Maybe, I'm just not understanding something 😅 this is what the logs...
What I'm experiencing is that when I start JS Repl in my index file (where is my ```ReactDOM.render```) of the src folder, JS Repl works slow and is very buggy....
Hi, I'm new to the plugin and can't seem to make it work as NodeJS REPL. I run the command `JS REPL: New Javascript File (.js)`, it creates an `Untitled-1.js`...
Example of breaking code: ```js const d = new Date() //= const url = new URL('https://www.my.example.com:8080/app/name'); //= ``` If you remove the line with `url`, the `d` value will recalculate...
[PROBLEM] Running javascript repl doesn't identify bcrypt functions properly [HOW TO REPRODUCE] ``` import * as bcrypt from 'bcrypt'; class Teste { async main() { const passwords = [ 'anicepassword',...
Hi, I have some files that use experimental syntax- eg. nullishCoalescingOperator. For some reason even with babel, the REPL shows SyntaxError on the lines that use experimental syntax :/
When an untitled document is saved the repl session is ending. Let's keep the session alive when the file is saved if the file extension is supported.
First: thank you for a brilliant extension. I use this all the time, and it makes my life much, much happier. The issue is this: I've started using [Immer](https://immerjs.github.io) to...