About 452,000 results
Open links in new tab
  1. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · Clone or download the extension code to your local directory. In your local directory with the copy of the product, run command: vsce package. This way, you can recreate a .vsix version of …

  2. The VSCode `code .` command is not working in the …

    I get this error: code . is not recognised as an external or internal command, operable program or batch file Morevoer, shell commands are not coming in my compiler VS code neither do setx path...

  3. installation - Issues with VScode: Cannot open, code.exe file missing ...

    May 6, 2023 · Issues with VScode: Cannot open, code.exe file missing, and failed download Asked 2 years, 5 months ago Modified 24 days ago Viewed 19k times

  4. The code . command opens Cursor instead of VS code

    May 11, 2025 · 9 When you install the "Cursor" AI code editor / IDE on Windows, it takes over the code command which many developers often use in the terminal to quickly open VSCode. For example, …

  5. code . is not recognized as an internal or external command

    Oct 9, 2017 · 4 Is your VS Code corrupted? This path issue may indicate that VS Code files are corrupted and you may face other issues. Especially, if code command was working before. No …

  6. How to highlight bash/shell commands in markdown?

    For example, to highlight js, I write: ```js function () { return "This code is highlighted as Javascript!"} ``` To highlight HTML code I use ```html. How can we highlight Bash/shell commands?

  7. Install Visual Studio Code for all users - Stack Overflow

    Oct 6, 2018 · I updated to the version here where it installs it per user instead of all. How do I install for all users instead? Do I need to install for each user now?

  8. How do you change the formatting options in Visual Studio Code?

    May 6, 2015 · I know you can Format Code using Ctrl + F / Cmd + F in Visual Studio Code but how do you change the formatting options for each language? For example, in Visual Studio 2013 I can …

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

    Learn how to fold, collapse, or hide sections of code in Visual Studio Code effectively for better code organization and readability.

  10. How to install Visual Studio Code extensions from Command line

    Dec 15, 2015 · To make it easier to automate and configure VS Code, it is possible to list, install, and uninstall extensions from the command line. When identifying an extension, provide the full name of …