About 50 results
Open links in new tab
  1. Is there any way to set environment variables in Visual Studio Code ...

    Feb 3, 2018 · 1 VS code uses whatever terminal you set it up to use, though powershell is the default (mine is on bash), 2 environment variables created directly in VS code's terminal window may not …

  2. Install Visual Studio Code for all users - Stack Overflow

    May 12, 2025 · I updated to the version here where it installs it per user instead of all. How do I install for all users instead? Do I need to install for each user now?

  3. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · Afterwards, open Visual Studio Code and left-click on the Visual Studio Code interpreter shown in Visual Studio Code at the bottom left: Choose a virtual environment that pops up in a …

  4. How to setup VS Code for C++ with clangd support?

    Sep 7, 2018 · See the VS Code Clangd extension's Project Setup docs, which state: you must tell clangd how your project is built (compile flags). A compile_commands.json file can usually be …

  5. How can I globally set the PATH environment variable in VS Code ...

    In that case, quit VS Code and re-launch it by typing code. Update: VS Code on Mac and Linux now apparently tries to automatically resolve the shell environment when it is started by clicking the icon …

  6. VS Code Setup for Multi Root Workspace with Different Environments

    Aug 14, 2025 · VS Code Setup for Multi Root Workspace with Different Environments Asked 6 months ago Modified 5 months ago Viewed 826 times

  7. Setup has detected that Setup is currently running

    Oct 7, 2024 · The tags suggest that this problem occurred with Visual Studio rather than Visual Studio Code. The question does not enlighten the reader as to whether Visual Studio was running at the …

  8. How do I setup VSCODE to create Maven projects? - Stack Overflow

    Jun 3, 2020 · How do I setup VSCODE to create Maven projects? Asked 5 years, 8 months ago Modified 1 year, 7 months ago Viewed 71k times

  9. "Setup was unable to create the directory" error for my Visual Studio …

    Feb 4, 2022 · In the Start Menu, search for Visual Studio Code, In the right side of the menu where it displays the app, click "Open File Location" (you may have to click the arrow to see all options). For …

  10. How do I set up Visual Studio Code to compile C++ code?

    Microsoft's Visual Studio Code editor is quite nice, but it has no default support for building C++ projects. How do I configure it to do this?