About 579,000 results
Open links in new tab
  1. How can I select which version of PowerShell (5 or 7) is used when …

    Jun 11, 2024 · How can I choose which PowerShell version is used when hitting run? The only way I know is to first open a terminal of my choice and then run the PowerShell script (.ps1 …

  2. Configure Visual Studio Code to run PowerShell for Windows and ...

    Nov 8, 2018 · In order to do this yourself, you need a Windows-based system with both Visual Studio Code and PowerShell Core installed. For more information on PowerShell Core see …

  3. powershell - Visual studio code cmd error: Cannot be loaded …

    May 19, 2019 · 248 Inside of visual studio code, I'm trying to execute a script.bat from the command line, but I'm getting the following error: File C:\Theses_Repo\train …

  4. Help I messed up Visual Studio Code and Connect-SPOService

    Feb 24, 2022 · Hello, Trying to connect to SPO in Powershell.  It works in the ISE, does not in VSCode In VScode I tried this and got:Connect-SPOService -url...

  5. How can I run a command with administrator rights with Visual …

    203 The new version 1.2.0 includes a terminal, but when I try to install any pack with Node.js, I get the "npm ERR! code EPERM" that I usually solve by right-clicking and running it as …

  6. visual studio code - How to make Windows Powershell (5.1) the …

    Apr 6, 2022 · 2 Within vs-code, in the terminal window, click the dropdown icon right next to the "+" (plus) icon. Find the option "Select Default Profile", another dropdown should appear from …

  7. Visual Studio Code Unsigned Powershell Scripts - Stack Overflow

    Oct 30, 2017 · I started using Visual Studio Code for Powershell scripting. I'd like to turn off the check for unsigned code, but cannot find out how to do this. I have not found anything in the …

  8. VSCode overrides PowerShell ExecutionPolicy - Stack Overflow

    The PowerShell extension for Visual Code respects the persistent execution policy settings [1] of whatever PowerShell version / edition it is configured to use (see this answer); to manage …

  9. VS Code - Powershell Modules - Command not recognised

    Jul 27, 2021 · To Correct Use the command palette (CTRL-SHIFT_P) search for "session" choose "PowerShell:Show Session Menu" and select "Session:Windows Powershell" using the correct …

  10. visual studio code - How to enable IntelliSense Powershell Cmdlet ...

    Jun 9, 2024 · powershell visual-studio-code powershell-ise edited Jun 9, 2024 at 8:02 asked Jun 9, 2024 at 7:07 Vadim K.