Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf557ed4

Browse files
committed
fix continue init load
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent3827240 commitf557ed4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/channel/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ class Channel implements Channel {
7474
// continue from tutorial from local storage
7575
consttutorial:TT.Tutorial|null=this.context.tutorial.get()
7676

77-
// newtutorial
78-
if(!tutorial||!tutorial.id){
77+
if(!tutorial||!tutorial.config){
78+
// new tutorial
7979
this.send({type:'START_NEW_TUTORIAL',payload:{ env}})
8080
return
8181
}
@@ -187,6 +187,7 @@ class Channel implements Channel {
187187
})
188188
// update the current stepId on startup
189189
vscode.commands.executeCommand(COMMANDS.SET_CURRENT_STEP,action.payload)
190+
logger('Continue tutorial setup')
190191
return
191192
case'EDITOR_VALIDATE_SETUP':
192193
// check workspace is selected

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp