vs-code-for-node-js-development-pack
vs-code-for-node-js-development-pack copied to clipboard
🏃 A VS Code Extension Pack to get up and running with Node.js Development
Type: Bug when i run my code i get a notification that a Node.Js binary path cannot be found.How can I deal with this?? Extension version: 2.0.1 VS Code version:...
As of 8/3/2021 , it has been depreciated. Please remove it from this bundle.
I get an error if I try to uninstall the pack or any of the dependent extensions. How can this be removed? 
to add to your example, in the docker-world, one can do ``` ADD "https://deb.nodesource.com/setup_12.x" "/tmp/nodejssetup_12.x" RUN bash "/tmp/nodejssetup_12.x" ``` to obtain the same result _Originally posted by @oliv3r in https://github.com/nodesource/distributions/issues/1109#issuecomment-699135616_
Add [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) to the extension pack, since a vast majority of _open source_ projects end up using Markdown as a method of plain text communication.
Prepare localdemo materials for showing continuous cpu profiling capabilities in videos/live demos on release 1. Demo with subtle issues for showing accumulated loss in efficiency over time 2. Demo with...
Prepared a demo application for showing opentelemetry trace instrumentation with MongoDB based apps Paired with documentation for general custom opentelemetry instrumentation with N|Solid based applications
Record 5-8 minute long video going through the N|Solid suite using the localdemo
1. Sapprot plz _Originally posted by @sourovmadbor4-oss in https://github.com/nodesource/distributions/discussions/1884_
Currently working on adding manual OpenTelemetry instrumentation for capturing increased traces related to ioredis which is used in the current localdemo Currently able to view newly instrumented spans that include...