vscode-javascript-repl-docs icon indicating copy to clipboard operation
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

Results 27 vscode-javascript-repl-docs issues
Sort by recently updated
recently updated
newest added

Wanted a typescript sandbox in vscode. Always errors no matter what I do. Steps to reproduce: 1. >JS REPL: New Typescript File (.ts) 2. >JS REPL: Run Result: Error "Illegal...

There is an unexpected error, would you like to submit this as issue on github? If so, please copy the contents of log file, and create an issue on github

I'm trying to run the REPL with strict mode "use strict" which seems to break the inline evaluation. **How to reproduce** - create a javascript file - run "JS Repl:...

enhancement

![image](https://github.com/axilleasiv/vscode-javascript-repl-docs/assets/6587585/a265847c-37cc-4269-9d19-787bad15a4e0)

Has anyone else found that this fails to work at least since December or is it just me? ### Tried clean reinstall I've tried removing and reinstalling this extension and...

Hi, JS Repl can't seem to find Node in the path. I confirmed it exists. Is there any way to set node binary path manually?

enhancement

I'm getting the error: `Error: Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.` which is an...

I can run the code in Node without using any flags and without any warnings. So what generates this error? It would be nice to support what my installed Node...

Hello! I was curious if you had plans to release the source code? The console.log via //= during eval is elegant. I have a tool I'm building that I'd like...