A fascinating article I found today by David Ramel discusses Microsoft’s recent update to their famous code editor Visual Studio Code. His article gives the breakdown on everything that has changed, but the general change is that there are better UI and Debugging tools made specifically for JavaScript and other runtime environments like Node.js. This update shows other helpful things like single file debugging, which will enhance narrowing down a particular error in an entire program. Overall what this update provides is more ease-of-use and much more specific debugging options that can make a full-fledged program much easier to refine and develop.
Until next time,


Leave a comment