node-code-ide-configs
node-code-ide-configs copied to clipboard
VSCode configs to use while developing on Node.js core
Closes: #9
The concept and usage are explained here: https://github.com/cspotcode/node-code-ide-configs/tree/node-devcontainer/.devcontainer#readme VSCode lets you describe how to run within a dockerized dev environment. VSCode will mount a host directory into the container and...
I've got a [Node.js Extension pack](https://github.com/nodesource/vs-code-for-node-js-development-pack) for VS Code that has over 100k downloads. I'd really love to include this as a VS Code extension in that Extension pack if...
As titled. This change will enable debugging node internals by default which for core makes the most sense. Includes a comment for folks to understand how to disable that if...