When running on GitPod, there are a few missing VS Code APIs that currently cause failures that we can easily work around. - ~~No support for `resolveDebugConfigurationWithSubstitutedVariables`~~ fixed in https://github.com/eclipse-theia/theia/issues/7690 - No `DebugConfigurationProviderTriggerKind` enum - No `registerTerminalLinkProvider` support Additionally, GitPod has some weird behaviour if we respond to some requests when a thread is no longer paused.