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

wait for git init#190

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 1 commit intomasterfromfix/await-git-init
Apr 5, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
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
6 changes: 3 additions & 3 deletionssrc/actions/tutorialConfig.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,18 +23,18 @@ const tutorialConfig = async (
handleError({
title: error.message,
description:
'Be sure you install Git. See the docs for help https://git-scm.com/book/en/v2/Getting-Started-Installing-Git',
'Make sure you install Git. See the docs for help https://git-scm.com/book/en/v2/Getting-Started-Installing-Git',
})
})

// TODO if remote not already set
await git.setupRemote(config.repo.uri).catch((error) => {
onError(error)
handleError({ title: error.message, description: 'Remove your current Git project andrestarting' })
handleError({ title: error.message, description: 'Remove your current Git project andreload the editor' })
})
}

vscode.commands.executeCommand(COMMANDS.CONFIG_TEST_RUNNER, config.testRunner)
awaitvscode.commands.executeCommand(COMMANDS.CONFIG_TEST_RUNNER, config.testRunner)

// verify if file test should run based on document saved
const shouldRunTest = (document: vscode.TextDocument): boolean => {
Expand Down
2 changes: 1 addition & 1 deletionsrc/channel/index.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -83,7 +83,7 @@ class Channel implements Channel {
case 'EDITOR_TUTORIAL_CONFIG':
const data: TT.Tutorial = action.payload.tutorial
// setup tutorial config (save watcher, test runner, etc)
this.context.setTutorial(this.workspaceState, data)
awaitthis.context.setTutorial(this.workspaceState, data)

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

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp