About 502,000 results
Open links in new tab
  1. The code . command opens Cursor instead of VS code

    May 11, 2025 · In resources for cursor in cursor\resources\app\bin, You should see two identical files code.cmd and cursor.cmd. You should delete code.cmd and a file named code; Now try …

  2. How to view SVG source code now, with latest January 2025 …

    Feb 7, 2025 · The editor (Text Editor vs Image Preview) can be changed mouse-free via the Command Palette, with the "View: Reopen Editor With…"

  3. 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 …

  4. How can I disable GitHub Copilot in VS Code? - Stack Overflow

    Specific features for GitHub Copilot. See the official enable/disable docs.TL;DR, pre-1.97 there's a status bar indicator for GitHub Copilot in VS Code, and upon clicking it, you will be prompted …

  5. Why is Visual Studio Code not recognizing Git? - Stack Overflow

    May 8, 2021 · Note that I do also mention in "Visual Studio Code cannot detect installed Git" the Visual Studio Code 1.50 (September 2020) new feature: Support multiple values for the …

  6. How should I use Outlook to send code snippets? [closed]

    Jul 20, 2009 · I'll actually type code directly into an email. This inevitably causes problems, as Outlook really likes to format text in pleasing but unhelpful ways. My code needs to be …

  7. How to change interpreter in Visual Studio Code? - Stack Overflow

    Dec 2, 2017 · Terminal output is needed because it allows to provide user input easily. I've tried instructions provided on VSC page, like manual interpreter's path indication in folder or …

  8. visual studio code - How to search for text in all files in a directory ...

    Jul 25, 2016 · VS Code allows you to quickly search over all files in the currently-opened folder. Press Ctrl+Shift+F and enter in your search term. Search results are grouped into files …

  9. How do you switch between branches in Visual Studio Code with …

    In Visual Studio Code I am looking at the branch icon bottom left to see which branch I'm working in. It says I'm working in test, so I make changes to file1, commit and synchronise the …

  10. How to activate Python virtual environment in VS Code's terminal …

    In VS Code terminal you have two ways to activate the virtual environment. In pwsh: first make sure the terminal was inside the root directory of you env: PS C:\meuuser\workspace\> cd …