Pekka Savolainen

Results 6 comments of Pekka Savolainen

@SirIntruder i noticed 😄 https://github.com/microsoft/vscode/issues/90746 I am planning to prototype make fix in omnisharp-vscode side so it will send deleted files 'properly'. It will be hacky and doesn't support direct...

But when worked around at vscode side then problems like breaking up during switches between branches persist, so it might be better to do in o-roslyn side at the end,...

Ready for review @david-driscoll @filipw @JoeRobich Build pipelines had bad day yesterday 🤔 Will figure out folder removals at another PR, its tricky case because of limitations of VScode side....

> Can you walk all the folders and watch each path inidividually. Any idea is it possible performance wise? If it doesn't anhilate vscode plugin perf then it could simple...

I tried to write prototype that loads projects concurrently. Expensive/slow part is project instance build step that takes majority of time during load. However it seems that build cannot be...

Diagnostic timeout is separate thing of project load routines. Theres DocumentAnalysisTimeoutMs in omnisharp.json you can try configure but my bet is that it will timeout even if you add nearly...