About 220,000 results
Open links in new tab
  1. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

  2. Does VS Code count as an IDE? - Stack Overflow

    Feb 23, 2024 · I don't think VS Code's own maintainers really explicitly call it an "IDE". Actually, here, they write this: Visual Studio Code is a streamlined code editor with support for …

  3. How to restart VScode after editing extension's config?

    314 VScode notifies you when you open a config of an extension: remember to Restart VScode But it says nothing about how. They use capital letter for the restart word, so normally it should …

  4. How to configure Visual Studio Code to build and debug STM32 …

    Jul 18, 2018 · I have started using Visual Studio Code for a growing amount of my development work and I thought it would be a good IDE to use for STM32 development. I have found many …

  5. Which font is used in Visual Studio Code Editor and how to …

    Apr 30, 2015 · The font used for tab titles, menus, and other text that's part of VS Code itself, as opposed to content such as code within an editor, is currently Arial.

  6. openssl - How do I get Visual Studio Code to trust our self-signed ...

    78 Our corporate firewall/proxy is keeping VS Code from being able to install extensions because Code doesn't trust something in the chain. It doesn't reliably give an error, but when it does, …

  7. What exactly is Visual Studio Code? - Stack Overflow

    Oct 3, 2024 · 2 Visual Studio Code is free, cross platform, super fast and lightweight code editor developed by Microsoft for Windows, Linux and OS X. Since a lot of developers use windows …

  8. Adapting Compilation Chain from MPLAB X IDE to VS Code with …

    Dec 13, 2024 · My code builds fine in the MPLAB X IDE (v5.454), but for usability I want to use VS Code with the MPLAB extensions. My requirements include the use of the xc32 compiler …

  9. How do you run and debug Ruby on Rails from Visual Studio Code?

    How can you launch Ruby on Rails using the built-in Visual Studio Code Launch/Debug features? How do you fix the Debugger terminal error: Process failed: spawn rdebug-ide ENOENT error?

  10. How do I fold/collapse/hide sections of code in Visual Studio Code?

    May 6, 2015 · This feature is now supported, since Visual Studio Code 1.17. To fold/collapse your code block, just add the region tags, such as //#region my block name and //#endregion if …