Skip to content

Commit 4dddbf6

Browse files
committed
remove data.init script
1 parent a40e7df commit 4dddbf6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/channel/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ class Channel implements Channel {
8989

9090
await tutorialConfig({ config: data.config }, onError)
9191

92-
// run init setup actions
93-
if (data.init) {
94-
const setup: G.StepActions | null | undefined = data.init.setup
95-
if (setup) {
96-
setupActions(this.workspaceRoot, setup, this.send)
97-
}
98-
}
99-
10092
// report back to the webview that setup is complete
10193
this.send({ type: 'TUTORIAL_CONFIGURED' })
10294
return

0 commit comments

Comments
 (0)