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

Commit3e3a38d

Browse files
committed
run test following solution load
1 parent14fa26e commit3e3a38d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/actions/solutionActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import setupActions from './setupActions'
55

66
constsolutionActions=async(workspaceRoot:vscode.WorkspaceFolder,stepActions:G.StepActions):Promise<void>=>{
77
awaitgit.clear()
8-
setupActions(workspaceRoot,stepActions)
8+
returnsetupActions(workspaceRoot,stepActions)
99
}
1010

1111
exportdefaultsolutionActions

‎src/channel/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ class Channel implements Channel {
105105
return
106106
// load solution step actions (git commits, commands, open files)
107107
case'SOLUTION_ACTIONS':
108-
solutionActions(this.workspaceRoot,action.payload)
108+
awaitsolutionActions(this.workspaceRoot,action.payload)
109+
// run test following solution to update position
110+
vscode.commands.executeCommand('coderoad.run_test',action.payload)
109111
return
110112

111113
default:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp