Alex Ross
Alex Ross
@2colours I've tried out the Raku grammar. I'm seeing a lot of surprising coloring: The old Perl6 grammar is on the left, the new Raku grammar is on the right:...
@2colours, you can see how I tried out the grammar in this PR, which I created for transparency and to save the changes I made so that the Raku grammar...
@2colours I made a repo for testing the grammar with VS Code so you can very easily try it: https://github.com/alexr00/testraku
To verify: 1. Create a new file and save it with the .raku file extension. 2. Verify that the language mode of the editor is Raku
PR description also does right aligned:  Workspace trust is left aligned: 
To verify: - Install the latest pre-release of the extension - Open a PR description that is long enough for the final input box to be scrolled out of view...
@mjbvz it would be cool if our markdown renderer supported this. Note for later if I want to add support in the extension: https://emojipedia.org/shortcodes
The command `pr.deleteLocalBranchesNRemotes` isn't for deleting the current branch. Instead, it shows a picker asking you which local PR branches you want to delete. I cannot repro that the command...
This requires some work in VS Code core to expose a `TabInputMultiDiff` type in the tabs API, otherwise an extension can't find which tab to close.
Upstream issue: https://github.com/microsoft/vscode/issues/206411