mprisehk
mprisehk
**Describe the bug** Today we upgraded from Node 18 to Node 20, and it seems the error message that pops up when starting a NestJS microservice that depends on a...
Minimal example: ```ts type User = { id: number; name: string } const userNames = ['Alice', 'Bob'] const users = userNames .filter(x => !!x) .map((userName, i) => { return {...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In newer versions of Altair, I cannot paste values with a...
Does this issue occur when all extensions are disabled?: No (because I am using Prettier to demonstrate), though still this seems to be an issue in VS Code. - VS...