code symbols text - Search
About 466,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. out of memory - VScode crashed (reason: 'oom', code: ' …

    Mar 25, 2022 · I solved the problem by restarting my computer and opening VS Code from a different folder. To handle large JSON files, I use Dadroit JSON Viewer, which prevents the …

  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. 403 Forbidden vs 401 Unauthorized HTTP responses

    Jul 21, 2010 · A clear explanation from Daniel Irvine [original link]: There's a problem with 401 Unauthorized, the HTTP status code for authentication errors. And that’s just it: it’s for …

  4. Restore a deleted file in the Visual Studio Code Recycle Bin

    Dec 21, 2016 · Using Visual Studio Code Version 1.8.1 how do I restore a deleted file in the recycle bin?

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

    Oct 30, 2013 · The description of the 400 code is "the request could not be understood by the server due to malformed syntax" - so it shouldn't be used for validation errors, imho.

  6. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · Visual Studio Code allows the user to customize the default settings. If you want to auto format your content while saving, add the below code snippet in the work space settings …

  7. Newest Questions - Stack Overflow

    Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Try Teams for free Explore Teams

  8. code . is not recognized as an internal or external command

    Oct 9, 2017 · 4 Is your VS Code corrupted? This path issue may indicate that VS Code files are corrupted and you may face other issues. Especially, if code command was working before. …

  9. Http 415 Unsupported Media type error with JSON

    The 415 (Unsupported Media Type) status code indicates that the origin server is refusing to service the request because the payload is in a format not supported by this method on the …

  10. How do I do an initial push to a remote repository with Git?

    I guess the way I'm trying to use it is to add the files initially from my client, since that's where I write the code. Is that conceptually out of place in git? Do I need to commit on the client first …