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 29 vscode-javascript-repl-docs issues
Sort by recently updated
recently updated
newest added

At the moment the aliases are partly supported. Consider adding similar support with [webpack's modules](https://webpack.js.org/configuration/resolve/#resolvemodules)

enhancement

Whenever I'm running any code that involves an insecure (http) request, it times out. I have no issues making https requests. I was thinking it must be some vscode/electron restriction,...

I think Logs Explorer icon in Activity bar should have bolder borders. They are rather thin now (compared with other icons):

ui

Maybe it is a good idea to wrap JS-Repl feedback if Word Wrap is currently enabled? Another one consideration: currently the JS-Repl feedback is cropped around 90th character. Can this...

enhancement

On svelte assets with .svelte extension, the lines are not correct, maybe the error is on sourcemaps

bug

When the dom plugin is enabled in react apps, the history runs before it, so it recognizes that no dom is available. At the moment user needs to delete the...

bug

{"logs": [{"platform": "win32"},{"jsdom":{"installed":true,"enabled":false},"asyncEnd":{"installed":false}},{"type": "onVMError", "error": "node:internal/modules/cjs/loader:1228 - throw err; - ^ - -Error: Cannot find module 'internal/test/binding' -Require stack: -- c:\Users\adity\.vscode\extensions\achil.vscode-javascript-repl-0.7.4\dist\main\vm-logger.js -- internal/preload - at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15) - at Module._load...

When I run my code at the CLI, the correct order of logging statements appears - "Done" is interleaved with other logs, not grouped together. I didn't see a configuration...

enhancement

While working on a project I've realized that the structuredClone function is not present while testing ![A code snipped that shows that structuredClone is not available in the global or...