Tobias Ortmayr

Results 90 comments of Tobias Ortmayr

Generic context menu support in webviews for VS Code is provided with this PR: https://github.com/microsoft/vscode/pull/154524 We should check wether this also works with custom editors once it's available as proposed...

>While this doesn't break anything, this may cause confusion, as URI and Paths are not necessarily equivalent (They're only equivalent when using relative URI/Paths without any special characters). Actually, this...

@planger This sounds like a regression bug that we should fix for the 1.0.0 release. Do you aggree?

Potentially related to #96

Does package private work in this case? Since they tests are in a separate project I'd assume that the package private constructor is not visible

Thanks for reporting this. It looks to me like this is a bug in GLSP when using `manhattan` routing. Everything works as expected for `polyline` routing but with `manhattan` I...

Thanks for raising this issue. I had a second look at the cancellation API implementation and we are currently in a somewhat weird state. On the one hand we already...

> This brings up a more general question to me regarding the original introduction of the codicons dependency in #249: Shouldn't this be a dependency of the concrete application or...