AltitudeApps
AltitudeApps
Thank you, yes. I am pretty sure I have used that registry tweak on all of my computers, just because I like to have my paths read like English. (So...
Happy:  Suspicious, lol!  I intend to do a rebuild of only the 'Microsoft.Management.Configuration.Processor' project and collect some binlogs, and find out exactly which part of the toolchain is...
OK, I have a little bit of binlog info now. Struggling to get it working as expected, because depending on how I open Visual Studio, the environment variables get set...
OK, I've done some more searching and reading. Not finished fully comprehending in whole the material, but according to https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation , the maximum path length is somewhere around 32kb-1 for...
Thank you. You might also mention this additional bit of feedback: As this problem becomes more and more rare, it trends further towards the "unexpected and inexplicable" category. It seems...
ALSO: the record of the 'last keys pressed' contain things I don't remember doing: ``` ... Shift+RightArrow Shift+RightArrow w c F ^ l s ``` l? s? _(I guess this...
OK, I tried to reproduce the issue in the original terminal tab, which is still open, and doing `c F ^ ` did not result in an exception. In fact,...
repro: 1. open a powershell terminal. (either 5.1 or or 7) 2. invoke `Set-PSReadlineOption -editMode vi` 3. enter some text at the prompt 4. press `Esc` to switch to vi...
It would be helpful to me if the option to either trim trailing white space, or *not* trim trailing white space, could be exposed in something like a right-click menu....
You may have already thought of this, but for anyone else, my workaround for this situation is this: simply open a scriptblock declaration, without closing it. This prevents PSReadLine from...