Skip to content

Commit f3329cf

Browse files
committed
remove data.init script
1 parent b1935cd commit f3329cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/channel/index.ts

-8
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ class Channel implements Channel {
8888

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

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

0 commit comments

Comments
 (0)