About 74 results
Open links in new tab
  1. 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 something or …

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

    Sep 3, 2024 · This question is similar to: what is .vscode folder? and why did it automatically created when I run live server?. If you believe it’s different, please edit the question, make it clear how it’s …

  3. 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 language type, it is at the …

  4. 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 don't...

  5. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · I'm not too tech savy, but my issue was I had a fresh windows10 and fresh vscode, I put the python extension. But no pip install or apt-get would work. So I went to CMD - l looked for version …

  6. VScode crashed (reason: 'oom', code: '-536870904')

    Mar 25, 2022 · 3 If you are using VSCode, just press Ctrl+, (go to settings), search "Large File Optimizations" and mark the checkbox.

  7. What are the differences between Visual Studio Code and Visual Studio ...

    May 29, 2015 · 4 In short, VSCode heavily promotes (Microsoft's) TypeScript compiler, and bundles first-class support for the language, which makes the editor web-centric, while Visual Studio is primarily …

  8. How to troubleshoot some shortcuts not working properly in VSCode

    Nov 20, 2019 · I started the Intel Graphics Command Center, and then went to System > Hotkeys tab, Enabled System Hotkeys as shown in the picture below. I flipped my screen a couple of times using …

  9. What kinds of source control settings/data does a project's .vscode ...

    I'm trying to determine what the .vscode folder contains, so I can determine whether I should commit it to source control. In a fresh project, the folder is empty, except the settings.json file. What

  10. c++ - #include errors detected in vscode - Stack Overflow

    Aug 9, 2017 · I am using Visual Studio Code in my C++ project. I installed Microsoft C/C++ Extension for VS Code. I got the following error: #include errors detected. Please update your includePath. …