About 50 results
Open links in new tab
  1. Visual Studio Code "Open With Code" does not appear after right ...

    Just installed Visual Studio Code 1.1.1 on a Windows 7 machine. When I right-click on a folder, "Open With Code" does not appear.

  2. Add "Open with Visual Studio Code" shortcut to right click menu

    Jan 29, 2023 · For those who are new to the Registry Editor, here's an additional note for Step 3: Double-click on the (Default) key to open a popup. Enter your value there. If you're entering "Open …

  3. How can I open Visual Studio Code through PowerShell and close ...

    Aug 3, 2019 · The command I try to run works, but when the script opens Visual Studio Code, it doesn't close the PowerShell window. I would like to close the PowerShell window right after the script opens …

  4. Open folder in VS Code from Windows Explorer - Stack Overflow

    Oct 21, 2020 · While installing the VS Code, we get an option to tick for Open with Code. I gave the tick mark for only files but not for folders. So how to turn it on after installation? When I'm opening a file:...

  5. Visual Studio Code open tab in new window on another screen (floating)

    I am trying to open a tab in a new window in Visual Studio Code so I can move it to another screen. If I drag the tab the other screen, a file is created. Is there a shortcut to open a tab in a new

  6. How to open Visual Studio Code's 'settings.json' file

    I did it many times, and each time I forgot where it was. Menu File → Preferences → Settings. I get this: I want to open file settings.json (editable JSON file) instead. How can I do that?

  7. macos - Run / Open VSCode from Mac Terminal - Stack Overflow

    May 6, 2015 · 2812 According to the docs on Launching from the command line: Open Visual Studio Code Open the command pallette with Command + Shift + P (or F1) Type Shell in command palette …

  8. 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.

  9. How to open Visual Studio Code from the command line on linux?

    Aug 14, 2016 · Launching from the Command Line You can launch VS Code from the command line to quickly open a file, folder, or project. Typically, you open VS Code within the context of a folder.

  10. How to open a shell command prompt inside Visual Studio Code?

    May 1, 2015 · When using Visual Studio Code, how do I run command-line programs, such as a choco (Chocolatey) command? Do I need to have a separate Command Line (CMD.exe) running outside …