Results 25 issues of Jake Bolton

### Issue Description `render` and `share` commands crops/duplicates characters when unicode is used. The `play` command displays it correctly. ![image](https://user-images.githubusercontent.com/3892031/98378354-80a5a300-200b-11eb-8439-3c10e26cbfa7.png) - tops of characters is cropped - first letter of...

I was running into errors when I type'd my functions as `[PoshCode.Pansies.RgbColor]` ![image](https://user-images.githubusercontent.com/3892031/151729850-94a899af-aa3f-497f-b9ee-bf5e0d3aa86e.png) ```ps1 $p = [PoshCode.Pansies.Palettes.X11ColorName]'maroon' New-Text 'test' -fg $p New-Text 'test' -fg ([string]$p) ``` > Cannot bind parameter...

`"editor.semanticHighlighting.enabled": true` is on ### System Details System Details (Click to Expand) System Details Output ``` ### VSCode version: 1.56.2 054a9295330880ed74ceaedda236253b4f39a335 x64 ### VSCode extensions: [email protected] [email protected] [email protected] [email protected] [email protected]...

At first I thought splat was breaking. Instead I think it's triggering different on the left brace. ![image](https://user-images.githubusercontent.com/3892031/126213297-873c94bf-aaee-41a7-918d-fdd7e3ce7f66.png) If the cursor is on - `a`, `c`, or `d` it will...

### Issue Description The extension's formatter is ignoring the config file: `PSScriptAnalyzerSettings.psd1` I didn't file this in [/PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) because it (Invoke-Formatter) works as expected with the same config file. Properties...

Issue-Enhancement
Area-Script Analysis

Maybe this is a big ask, being able to stack and undo `Set-PSReadLineKeyHandler`s could be quite useful. Here's a few sample cases that would be nice to be able to...

enhancement

## Summary - Ansi Escapes are copied to the clipboard when using `OutputRendering = 'PlainText'`. - Ansi Escapes are preserved in a round-trip with `PlainText` Mode ## To Reproduce ```ps1...

## About - `Select-ObjectIndex` sometimes breaks `$error` - when it does, referencing that index will print nothing in the term - empty ones also create multiple new `ErrorRecords` every prompt...

## Summary: The package links to the previous repository - [ ] The package might not be getting updates? It was last updated on `2019/12/20/ `. ## Links - [...

Named git dates like `1week`, `3months`, etc will fail when used by `ugit -Since ` Because the strings fail coercing on parameterbinding as `[datetime]` throw when used with `git -Since...