vscode-better-align icon indicating copy to clipboard operation
vscode-better-align copied to clipboard

PowerShell Support

Open markcagatandavis opened this issue 6 months ago • 3 comments

Hi,

Could we please have PowerShell support? When using on the latest VSCode I get the following error:

image

I have it set on my settings: image

If I am missing anything, please let me know :)

$PSVersionTable; $Host

Name                           Value
----                           -----
PSVersion                      5.1.22621.3880
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.22621.3880
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1


code --version
1.91.1
f1e16e1e6214d7c44d078b1f0607b2388f29d729
x64

ode --list-extensions --show-versions | Select-String powershell

[email protected]

markcagatandavis avatar Jul 31 '24 05:07 markcagatandavis