import-module : The specified mount name 'vis' is already in use.
At line:1 char:1
+ import-module vmware.powercli
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Import-Module], DriveException
+ FullyQualifiedErrorId : NewDriveProviderException,Microsoft.PowerShell.Commands.ImportModuleCommand
But if i run get-psprovider | Select-Object -ExpandProperty Drives it's not listed.
Also running it from the normal console within Visual Studio Code, PowerShell or PowerShell ISE works whithout this problem.
Reproduces without extensions: No (Problem with PowerShell Extension "ms-vscode.powershell")
Details
Extensions
Steps to Reproduce
Exception
But if i run
get-psprovider | Select-Object -ExpandProperty Drives
it's not listed. Also running it from the normal console within Visual Studio Code, PowerShell or PowerShell ISE works whithout this problem.Reproduces without extensions: No (Problem with PowerShell Extension "ms-vscode.powershell")