Skip to content

Feature/update api changes #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove data.init script
  • Loading branch information
ShMcK committed Dec 24, 2019
commit f3329cf455a29beeb88814217d1205425a160f8e
8 changes: 0 additions & 8 deletions src/channel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ class Channel implements Channel {

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

// run init setup actions
if (data.init) {
const setup: G.StepActions | null | undefined = data.init.setup
if (setup) {
setupActions(this.workspaceRoot, setup, this.send)
}
}

// report back to the webview that setup is complete
this.send({ type: 'TUTORIAL_CONFIGURED' })
return
Expand Down