About 467,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 Command...Exited With Code -532462766 - Stack Overflow

    Sep 29, 2015 · The message there was "vbc.exe" exited with code -532462766 Clearing all NuGet packages and restoring them with the same version across projects solved the problem …

  3. GitHub Copilot: Sorry, the response matched public code so it was ...

    Oct 15, 2024 · When your prompt generates an output, GitHub Copilot checks any code suggestions with their surrounding code of about 150 characters against public code on …

  4. How to spell check code and markdown within Visual Studio Code?

    Feb 15, 2022 · There are so few instances where full sentences with actual grammar occur, that I feel there would be 9 false positives for every 1 useful signal. If you're using VS Code primarily …

  5. 'Run code' is not working in Visual Studio Code - Stack Overflow

    May 16, 2019 · Type in search box 'Code Runner' Install the extension (top most with over 2.5M downloads) Restart VS Code; then go to: File > Preferences > Settings; Type 'code runner' in …

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

    I managed to show code folding controls always in VsCode by going to Preferences and searching for 'folding'. Now just select to always show these controls. This works with the …

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

  8. How do you display code snippets in MS Word preserving format …

    Dec 23, 2008 · Create another "Paragraph Style" with the name of "Code_numberline" that will be based upon the previous created style, but this you will add a numbering line in its definition …

  9. Curl to return http status code along with the response

    Aug 11, 2016 · This is a way to retrieve the body "AND" the status code and format it to a proper json or whatever format works for you.

  10. Multiline editing in Visual Studio Code - Stack Overflow

    In the latest release of Visual Studio Code, you can now drag the cursor while holding Option (Alt on Windows) to select the same column on multiple rows. To enable this, make sure you …