Tao
Tao
> Bump @ntdiary did you have any chance to test today? @Beamanator, yeah, Iām reviewing it now. I was delayed during the day because I had to go to the...
FYI, we also applied animation to the settlement button in the money report header (#53474). :D
I had a similar idea yesterday. After looking at the code, it seems there's no option for this purpose. When using `-lsp`, the server would send the logs to the...
seems @thesahindia is right c+ reviewer. :)
Note: waiting for @ishpaul777 to review. š
I've been exploring switching tests to vfs recently (i.e. #1891), it might also help reduce ci time a bit? š¤ I mimicked a project parser and a project service parser,...
Hi, I've looked into this `good first issue` this week, and hope the following information helps :) Here is the root cause analysis: 1. `composite: true` [implies](https://www.typescriptlang.org/tsconfig/#composite) `declaration: true` by...
#10849 also fixed this issue. :) cc @JoshuaKGoldberg
## Reviewer Checklist - [x] I have verified the author checklist is complete (all boxes are checked off). - [x] I verified the correct issue is linked in the `###...
Hi, @s77rt, could you please confirm whether it can be reproduced? š ```` `function` ```js Console.log('hello'); ``` ```` https://github.com/user-attachments/assets/02e5f808-2af2-4b7f-9923-7b8f8be6a9c6 seems the `js` suffix will cause error?