About 50 results
Open links in new tab
  1. How do I use Bash on Windows from the Visual Studio Code integrated ...

    Mar 5, 2017 · Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from Visual Studio Code, what steps should be followed?

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

    May 29, 2015 · Visual Studio Code is a simpler and more efficient code editor with support for development operations like debugging, task running, and version control. It aims to provide just the …

  3. Activating Anaconda Environment in VsCode - Stack Overflow

    Apr 11, 2017 · According to the Anaconda documentation at Microsoft Visual Studio Code (VS Code): When you launch VS Code from Navigator, VS Code is configured to use the Python interpreter in …

  4. How do i work in Visual Basic in VS Code or Mac? - Stack Overflow

    Jan 27, 2023 · Visual Basic is not officially supported on Visual Studio Code or Visual Studio for Mac. However, there are some third-party extensions that you can use to add support for Visual Basic on …

  5. Python - How to show graph in Visual Studio Code itself?

    Apr 24, 2018 · Instead of using a Jupyter notebook you can use Visual Studio Code in Interactive mode. It is similar to a notebook in many ways, as it splits your code into cells that can be run individually. …

  6. How to use Visual Studio Code as the default editor for Git MergeTool ...

    Jun 14, 2017 · Today I was trying to use the git mergetool on the Windows command prompt and realized that it was defaulting to use Vim, which is cool, but I'd prefer VS Code. How can I have …

  7. How can I make all line endings (EOLs) in all files in Visual Studio ...

    167 I use Windows 10 Home and I usually use Visual Studio Code (VS Code) to edit Linux Bash scripts as well as PHP and JavaScript. I don't develop anything dedicated for Windows and I wouldn't mind …

  8. Use Visual Studio Code as a Git diff tool - Stack Overflow

    Aug 25, 2020 · Visual Studio Code has a nice built-in feature to diff two files. Is it possible to use Visual Studio Code diff as the diff tool for Git?

  9. Microsoft Visual Studio Code license to use - Stack Overflow

    Aug 30, 2022 · b. Demo use. The uses permitted above include use of the software in demonstrating your applications. Does item "b. Demo use." limits the item "a. General."? So is it allowed to use …

  10. visual studio code - How to use ``OUTPUT`` in VSCode? - Stack Overflow

    Jul 19, 2020 · 11 to run code in the output section of visual studio code you can use the extension Code Runner just install, then press CTRL + ALT + N to run the file (supports c++ & python)