About 450,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. 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. Newest Questions - Stack Overflow

    AWS Code pipeline is getting stuck and fails because of timeout after drools upgrade to 9.44.0.Final from 7.44.1Final I am upgrading a drools application from version 7.74.0.Final to …

  4. How to setup VS Code for C++ with clangd support?

    Sep 7, 2018 · Visual Studio Code does still suggest popular C/C++ extensions, but you can ignore that, it doesn't mean that vscode-clangd isn't working. Note that the file you are editing has to …

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

  6. vs code: Error while fetching extensions. Failed to fetch

    Sep 16, 2024 · Problems starts when I update vs code, when I open vsc after upd .NET extensions show me errors in panel in bottom, and my font not work anymore. For first I try to …

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

    Mar 10, 2021 · 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 …

  8. Find a file by name in Visual Studio Code - Stack Overflow

    Sep 18, 2015 · In my case (VS Code on Ubuntu/Linux) Vim Extension had overridden the Ctrl+P key combination, so i changed that, and things were fine. And then it fell back onto, to its …

  9. How to indent/format a selection of code in Visual Studio Code?

    I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when …

  10. How to change current working directory in VS Code?

    Jun 18, 2021 · We can achieve this by using code --reuse-window path or use the short version code -r path This CLI will change the current directory of your VS code without opening a new …