Skip to content

Commit 37739b0

Browse files
filiptronicekmikenikles
authored andcommitted
Update extensions/gitpod-web/src/extension.ts
Co-authored-by: Mike Nikles <[email protected]>
1 parent 7a9f8ad commit 37739b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/gitpod-web/src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ export function registerWelcomeWalkthroughCommands(context: GitpodExtensionConte
774774
}
775775

776776
export function startWelcomeWalkthrough(context: vscode.ExtensionContext, versionKey: string): void {
777-
type WalkthroughVersion = 0.1;
777+
type WalkthroughVersion = number;
778778
const currentVersion: WalkthroughVersion = 0.1;
779779
const lastVersionShown = context.globalState.get<number>(versionKey);
780780

0 commit comments

Comments
 (0)