chouzz / vscode-better-align

Better vertical alignment with/without selection in any language.
https://marketplace.visualstudio.com/items?itemName=Chouzz.vscode-better-align&ssr=false#overview
Apache License 2.0
39 stars 4 forks source link

PowerShell Support #124

Open markcagatandavis opened 1 month ago

markcagatandavis commented 1 month ago

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

ms-vscode.powershell@2024.2.2
chouzz commented 1 month ago

The extension is not a formatter, just run alt+A for align.

markcagatandavis commented 1 month ago

The extension is not a formatter, just run alt+A for align.

I do apologize! I didn't know there was a difference hahaha (still learning). Shall do!! And appreciate all your wonderful work.