About 8,430,000 results
Open links in new tab
  1. How to disable AI autocomplete in VS Code? - Stack Overflow

    In around July 2025, VS Code introduced some kind of AI autocomplete. I want to turn it off. All the previous options like github.copilot.enable or github.copilot.editor.enableAutoCompletions …

  2. How to view SVG source code now, with latest January 2025 …

    Feb 7, 2025 · Now vscode is displaying visible image for svg files, Like this screenshot from release notes. vscode svg screenshot However, how to view or even edit the source of svg?

  3. installation - How do I install vscode-server offline on a server for ...

    In previous versions, it was sufficient to install the remote-ssh extension and then download the vscode-server-linux-x64.tar.gz file, extract it, and copy it to the server directory ~/.vscode-serv...

  4. Where is the .vscode folder located? - Stack Overflow

    Sep 3, 2024 · The .vscode folder is usually a hidden directory located in the root of your project folder. The .vscode folder typically appears in one of the following places: In the root of your …

  5. Visual Studio Code - Reddit

    Built a vscode extension to copy text and files into chatgpt webapp using commands Found it slightly inconvenient to copy code - sometimes whole files - into chatgpt when I wanted to ask …

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

    Apr 30, 2015 · For all those struggling to get the formatting work even after trying the valid combinations in Visual Studio Code, don't forget to select the appropriate programming …

  7. VSCode: Why isn't debugger stopping at breakpoints?

    Jun 27, 2019 · VSCode: Why isn't debugger stopping at breakpoints? Asked 6 years, 4 months ago Modified 1 year, 7 months ago Viewed 116k times

  8. restore previous version of a saved file in vscode

    Mar 2, 2022 · VSCode internally save file in .config/code/Backups in different scenarios. If you want to go back to one of the previous states of a file, you have to use Timeline View to check …

  9. Use VSCode REST Client Extension to Call REST APIs From the IDE

    Feb 9, 2022 ·   Developers use a lot of URLs: your app’s URLs, URLs for consumed services, etc. These URLs, and sometimes their payloads may differ per environment....

  10. How can I see local history changes in Visual Studio Code?

    Sep 14, 2022 · VSCode keeps some backp inside AppData, other have suggested the Checkpoints as well as built-in VSCode feature Timeline Also, you can do grep search inside …