Skip to content

Commit 5c6dafc

Browse files
mustard-mhjeanp413
authored andcommitted
💄
1 parent e2aeaba commit 5c6dafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/gitpod-web/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { ReleaseNotes } from './releaseNotes';
2727
import { registerWelcomeWalkthroughContribution, WELCOME_WALKTROUGH_KEY } from './welcomeWalktrough';
2828
import { ExperimentalSettings } from './experiments';
2929
import { GitpodPortViewProvider } from './portViewProvider';
30-
import { isGRPCErrorStatus } from 'gitpod-shared/src/common/utils';
30+
import { isGRPCErrorStatus } from 'gitpod-shared/out/common/utils';
3131

3232
let gitpodContext: GitpodExtensionContext | undefined;
3333
export async function activate(context: vscode.ExtensionContext) {

0 commit comments

Comments
 (0)