About 451,000 results
Open links in new tab
  1. out of memory - VScode crashed (reason: 'oom', code: ' …

    Mar 25, 2022 · @Osman-pasha It is also my case, a lot of available memory so I originally disabled pagefile.sys out of habit (I always disable swap on Linux), yet some critical parts of …

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

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

  4. How to compile and run Java code in Visual Studio Code

    I downloaded Visual Studio Code and installed the "Java Extension Pack" by Microsoft. Afterwards I downloaded the jdk1.8.0_161 and created the required environment variables as …

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

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

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

  8. How can I comment multiple lines in Visual Studio Code?

    For python code, the "comment block" command Alt + Shift + A actually wraps the selected text in a multiline string, whereas Ctrl + / is the way to toggle any type of comment (including a …

  9. 400 BAD request HTTP error code meaning? - Stack Overflow

    Oct 30, 2013 · The 422 (Unprocessable Entity) status code means the server understands the content type of the request entity (hence a 415(Unsupported Media Type) status code is …

  10. How do you auto format code in Visual Studio? - Stack Overflow

    Apr 22, 2011 · In Visual Studio 2019 , "Code Cleanup" (RunDefaultCodeCleanup) is more advanced (taken from ReSharper): Ctrl + K, Ctrl + E. Options dialog box: Text Editor → C# → …