About 482,000 results
Open links in new tab
  1. How can I manually download .vsix files now that the VS 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 …

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

    Adding the code executable to your PATH for use in the Git Bash or MSYS2 terminals. If you're trying to run the code command in Windows in a Git Bash (from Git for Windows) terminal, or …

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

    Oct 9, 2017 · Right click on "VS Code" (or "Visual Studio Code") Click on "Open file location" You will then be directed to a folder, where either the VS Code program is or a VS Code shortcut …

  4. How to quickly Comment and uncomment a code? - Stack Overflow

    Apr 3, 2019 · If you know what block of code you want to switch on and off, and it's more or less a large one, here is a handy trick to handle this: //* // [Large block of code - ACTIVE] //*/ To …

  5. Restore a deleted file in the Visual Studio Code Recycle Bin

    Dec 21, 2016 · VS Code itself doesn't have an analogous feature built-in (though it does have something you might find even better)). When deleting files from VS Code's Explorer View, …

  6. visual studio code - How to reinstall VSCode without losing …

    Feb 8, 2017 · After being updated to 1.9.0, some features of the editor just stopped working here. I tried to run with --disable-extensions option and the problem persisted. Now I want to reinstall …

  7. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · I just had the same issue. I just installed VS Code on my Mac and it could not find the command to select the interpreter. Turns out that I was running in restricted mode! I had to …

  8. How to run a few selected lines of code in vscode?

    Dec 21, 2019 · How do I execute run Shift + Enter only the selection of highlighted lines of code in vscode? When hitting Shift + Enter there is the following error: Unable to initialize device PRN. …

  9. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · Navigate to your project directory and open Visual Studio Code there. (django-project) C:\Users\prash\Videos\myFolder\projects>code . in Visual Studio Code, go to menu …

  10. Assembly code vs Machine code vs Object code? - Stack Overflow

    Jan 21, 2009 · Building a complete program involves writing source code for the program in either assembly or a higher-level language like C++. The source code is assembled (for assembly …