PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

Support for the MS PowerShell programming language.

Results 21 PowerShell issues
Sort by recently updated
recently updated
newest added

The user should have the freedom whether he wants it to be `true` or `false` by specifying the setting in the global Preferences in Sublime Text

I had to go to Preferences->Settings-Syntax Specific and add the line `"word_wrap": ` to enforce it

Changing default encoding to UTF-8 with BOM to enable support for special characters such as åäö in Windows Powershell. This is necessary unless UTF-8 is enabled in Windows which is...

Is it possible to change a setting that will output to the console when building such characters? ``` Write-Host "Mac'IllÌosa, what 👨‍👩‍👦 is this?' 👨‍👩‍👦 😹🤗" ``` In the console...

Per default Windows 10 and Windows 11 do not use UTF-8 unless you manually enable as a Beta feature under Region Settings in intl.cpl ![Capture3](https://user-images.githubusercontent.com/7704755/199113636-2d5425db-259b-4d83-89d2-aa0c2cbfb6a1.PNG) Without that setting enabled both...

## Goals - [x] Use the more-readable `sublime-syntax` format for the syntax definition, derived from YAML. - [x] Adhere more closely to Sublime Text's scope naming conventions. - [x] Make...

I assume that this controls the indentation for `.ps1` files so hopefully, this is the correct place to post this issue. With Powershell I have this code: ```powershell Function Get-ForegroundWindow...

T:Bug

- I press Ctrl + Shift + P (Windows machine); - I select "Package Control: Install Package"; - I start typing Power... but no entry called "PowerShell" shows up, or...

I'm filing this issue to officially track the initial integration work for PowerShell Editor Services: https://github.com/PowerShell/PowerShellEditorServices/ This will allow us to provide full IntelliSense support, code navigations, real-time syntax and...

T:Feature