About 15,400,000 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. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · The .vscode folder has JSON objects that content properties such "setting.json", in which one declare the interpreter to use at that the ".vscode" level (refer to What is a 'workspace' in Visual …

  3. Visual Studio Code does not detect Virtual Environments

    Mar 30, 2021 · Type vscode in the file finder and remove all folders and files related to Visual Studio Code. Finally, install Visual Studio Code and enjoy the virtual environments.

  4. How do you change the formatting options in Visual Studio Code?

    May 6, 2015 · You can open that file and modify as you please utilizing the eslint rules. Next cmd+, to open vscode system preferences. In the search bar type eslint and look for "eslint.autoFixOnSave": …

  5. How to update VS Code on Windows? - Stack Overflow

    Mar 23, 2020 · VS Code will automatically update itself on windows 10. If you'd like to force an update check there's an option available for that under 'Help > Check for Updates'. If the update still doesn't …

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

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

  7. Visual Studio Code: How to configure includePath for better ...

    Sep 17, 2017 · From the official documentation of the C/C++ extension: Configuring includePath for better IntelliSense results If you're seeing the following message when opening a folder in Visual …

  8. Find and replace with a newline in Visual Studio Code

    May 20, 2015 · <tag> <tag> In Sublime Text, I would use regex pattern and find >< and replace with >\n<. How do I accomplish this in Visual Studio Code?

  9. How to correctly set PYTHONPATH for Visual Studio Code

    Dec 6, 2018 · VSCode is a great editor, but everywhere else, it falls short, in my opinion. This is a perfect example of that. I create a default launch.json file to "run the current file". A "cwd": …

  10. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · In Vscode you can go to preferences > settings, then on the right menu click on the first icon which is JSON. Look for "python.pythonPath" and "python.defaultInterpreterPath" and change …