Dan Aprahamian
Dan Aprahamian
Thoughts on this: - Probably want to have separate fields depending on if the issue is a bug/question or a feature request. For example, bugs / questions should have: -...
@JustinGrote here is an example: ```pwsh # PSScriptAnalyzerSettings.psd1 @{ Rules = @{ PSAlignAssignmentStatement = @{ Enable = $false CheckHashtable = $false } } } ``` ```pwsh # test_file.ps1 $dict =...
Thanks for the reply @daxian-dbw. In that case, what is the proper mechanism for adjusting the cursor position of PSReadline?
that seems like a pretty limited view of what one can do in a terminal, and by extension what PSReadline should be obligated to handle. There are multiple cases when...
Is there any way to get this issue triaged? I can provide more info if needed.
Hi @StevenBucher98! Thanks for taking a look. So things I have found that affect reproducability: - Setting `Set-PSReadLineOption -PredictionSource None` seems to decrease the frequency of occurrences. - Similarly, setting...
oh, also worth pointing out that I am seeing this in iTerm2.
PSReadline version is 2.3.5. Also, I'm realizing a weird quirk of this: I can only replicate this bug if it is a shell within a shell. So if I set...
Would it be possible to reopen this? The workarounds here do work for some cases, but it would still be nice to have a robust equivalent to sh-shells `preexec` and...