vscode-nodejs-repl
vscode-nodejs-repl copied to clipboard
Visual Studio Code - Extension NodeJs REPL
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
I downloaded the extension and also had node.js installed. at first it worked quite well. But after updating to the newest system version 12.1. It can not be launched
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
There must be a way to force exit the plugin in an event where an infinite loop crashes the plugin without having to close the window.
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
``` let a = {}; a; ``` Shows `[Object object]` ``` let a = {foo: 3}; a; ``` Shows `{ foo: 3, }` It would be worth considering showing `{}`...
```js const bbox1 = [ 27.65336036682129, 53.87454423580791, 27.673015594482422, 53.88415749841196 ]; const bbox2 = [ 27.69378662109375, 53.843615023026786, 27.741165161132812, 53.86022143608803 ]; const bbox3 = [ 27.68829345703125, 53.88167850008248, 27.731552124023438, 53.902720016840476 ]; console.log(bbox2) //...
Hi. i'm trying to coding and noting in my learning period , and find this so useful. if you add an ability to make showing the result ,in commented style...
Logging works inline, but red errors messages do not show next to the line as your screen shots show ![2019-06-25 09_29_14- (Workspace) - Visual Studio Code] (https://user-images.githubusercontent.com/52213185/60115896-cd951c00-972b-11e9-847e-f12ecae21151.png) . In the...
How to reproduce; Atrl-Shift-P Select "Node.js interactive window (REPL)" Write `const foo;` Save file. Crash. 