Dustin L. Howett (MSFT)
Dustin L. Howett (MSFT)
So, right now the answer is _use the existing keyboard shortcuts_: * new tab: ctrl+shift+t * close tab: ctrl+shift+w * next tab: ctrl+tab * prev tab: ctrl+shift+tab For the future,...
Unfortunately, this might be something we just can't do. It only works on the web because Code can be embedded in the webapp. Hmm.
So, the software I usually use to measure things like this is called "typometer". It's an old piece of Java software that injects input and waits for the output to...
I'll repurpose this one into the Task for "determine a good way to measure performance". :smile:
This will require #4001.
This is probably a Windows issue (in the `CreateProcess` _AppExecutionAlias_ extension) honestly. Powershell doesn't necessarily control whether new processes attach to existing or allocate new consoles.
They’re not actually symbolic links. They are “app execution alias” reparse points that store a package family name and app model ID instead of a path. Check one out with...
I'm seeing this repro with PS7 RC1 and 2.
It looks like the pull request above added support to the filesystem provider for detecting these, but not to the process launcher for not waiting on them to return.
Interesting! Didn't know IRM was a thing. I'm going to repurpose this as a task to implement IRM. Notes: ### Insertion-Replacement Mode (IRM) ``` ESC [ 4 h 033 133...