We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1935cd commit f3329cfCopy full SHA for f3329cf
src/channel/index.ts
@@ -88,14 +88,6 @@ class Channel implements Channel {
88
89
await tutorialConfig({ config: data.config }, onError)
90
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
-
99
// report back to the webview that setup is complete
100
this.send({ type: 'TUTORIAL_CONFIGURED' })
101
return
0 commit comments