We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2aeaba commit 5c6dafcCopy full SHA for 5c6dafc
extensions/gitpod-web/src/extension.ts
@@ -27,7 +27,7 @@ import { ReleaseNotes } from './releaseNotes';
27
import { registerWelcomeWalkthroughContribution, WELCOME_WALKTROUGH_KEY } from './welcomeWalktrough';
28
import { ExperimentalSettings } from './experiments';
29
import { GitpodPortViewProvider } from './portViewProvider';
30
-import { isGRPCErrorStatus } from 'gitpod-shared/src/common/utils';
+import { isGRPCErrorStatus } from 'gitpod-shared/out/common/utils';
31
32
let gitpodContext: GitpodExtensionContext | undefined;
33
export async function activate(context: vscode.ExtensionContext) {
0 commit comments