Max Netterberg

Results 17 comments of Max Netterberg

Ok @scanny I have narrowed it down to this Default: ```xml ``` My guess is that microsoft office 365 cant handle `Extension=jpg` and needs the `Extension=jpeg`.

@scanny Scratch that, seems like there is something else which is not working properly here.

Facing the same issue on apple silicon!

Thanks for a quick answer. I'll see what I can get out of bisecting. Is there any way to toggle verbose logging from the LSP? My initial guess is that...

Alright after a quick bisect I was able to determine that this commit: https://github.com/microsoft/typescript-go/pull/806 is the bad one. Unfortunately it's not 100% clear to me what the issue might be...

What makes this problem interesting is that it seems like the LSP is telling the client to watch files in the `node_modules` folder. This seems a bit weird since those...

We decided to adopt bullmq instead, it had telemetry support and other goodies. Perhaps it's a feature which can make it in in the future. It's nice to see which...