Best of VSCodeFebruary 2023

  1. 1
    Article
    Avatar of builderiobuilder.io·3y

    Debugging Node.js, The Right Way

    Learn how to debug Node.js code using browser devtools, the difference between --inspect and --inspect-brk, debugging node scripts launched with other commands, and debugging directly in your IDE or in VS Code for client-side code.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Step up Your VSCode Game With These 10 Must-Have Extensions

    Discover 10 must-have VSCode extensions to enhance your coding experience, including Project Manager, GitLens, and Colorize.

  3. 3
    Article
    Avatar of phProduct Hunt·3y

    ChatGPT extension for VSCode

    Scribe AI is a ChatGPT like extension for VS Code that serves as an AI programming assistant. It helps users understand and modify complex code, generate comments, and more.

  4. 4
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code January 2023

    Visual Studio Code January 2023 (version 1.75) There are many updates in this version that we hope you'll like. Profiles- Create and share profiles to configure extensions, settings, shortcuts, and more.

  5. 5
    Article
    Avatar of css-irlCSS {IRL}·3y

    Setting Up a New(ish) MacBook

    If you’re a developer, naturally there’s a bunch of stuff you need to install to get your environment perfectly right for coding. The following is the process I went through to install the things I need for my setup. The best way to install this is using the zsh-nvm plugin for Oh My Zsh.

  6. 6
    Article
    Avatar of phProduct Hunt·3y

    Thunder Client - Product Information, Latest Updates, and Reviews 2024

    Thunder Client is a Rest API Client Extension for Visual Studio Code that makes API testing easy with its scriptless GUI-based testing. It recently launched Thunder Client CLI, which provides a new way to test APIs inside VSCode and comes with features like integration with the Thunder Client extension, VSCode themes, run request and collections, etc.

  7. 7
    Article
    Avatar of cncfCNCF·3y

    Docker on MacOS is slow and how to fix it

    Docker on MacOS is slow and how to fix it Community post by Paolo Mainardi originally published on Paolo’s personal blog. The only viable option to have a decent performance and a good DX are: VirtioFS to share the filesystem ( Docker Desktop, Rancher Desktop, Colima) There are still some issues.