-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the ex…
-
From @pcgeek86 in https://github.com/microsoft/vscode/issues/129470
Does this issue occur when all extensions are disabled?: **Yes**
- VS Code Version: 1.58.2
- OS Version: Wi…
-
The boolean argument is quite useless when reading the code, because `foo.graphemes(true)` doesn't state what that `true` thing is for.
-
Some older platforms (older android and older ubuntu touch, possibly also kaiOS) have problems with unicode emoji rendering even when updating the emoji fonts.
To solve that we should add a mode (n…
-
HarfBuzz has some guarantees for the cluster values, especially for levels 0 and 1, but Wasm shaper might not respect these guarantees and HarfBuzz should sanitize the output and enforce them since do…
-
Right now, the movement commands are zero-parameter notifications, with names derived from Cocoa selectors (the best place to see the list is probably the [rpc dispatching](https://github.com/google/x…
-
The parameters for the `substring` method can be changed to a RangeBounds. This will allow for providing inclusive end points, as well as providing unbounded start/end points (as has been requested in…
-
G'day!
I found we're not using Unicode::GCString, which leads to table misalignment when we over-'estimate' the length of a string. I forked and began going through the code, but length() is used in…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.56.2
- OS Version: Windows 10 WSL: Ubuntu-20.04
Steps to Reproduce:
1. Try to edit individ…
-
At the moment we are only handling the space `" "` and keys in a nice way, but it'd be nice to be able to match on `KeyDown Enter` or `KeyDown ""`.
Using a variant for all the keys may be a stretc…