Alex Ross

Results 687 comments of 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: ![image](https://user-images.githubusercontent.com/38270282/206480817-289f69c2-12c4-464a-9d95-655a69bd7554.png) Workspace trust is left aligned: ![image](https://user-images.githubusercontent.com/38270282/206481353-4a272e5e-c54d-4b65-8f29-22e937600cd8.png)

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