About 72 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. CodeTour VSCode extension allows you to produce interactive guides ...

    CodeTour is a Visual Studio Code extension, which allows you to record and playback guided walkthroughs of your codebases. It's like a step by step guide or table of contents of activities to …

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

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

    Feb 1, 2021 · I tried uninstalling the copilot extension as the dialog kept bugging me, and suddenly VSCode found my Python interpreter / kernel. I am assuming there is some weird magic going on …

  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. c++ - #include errors detected in vscode - Stack Overflow

    Aug 9, 2017 · I opened .vscode/c_cpp_properties.json, which somehow existed in my workspace even though I never created nor needed it, and added a configurationProvider key to my configuration with …

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

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