Merge pull request #17530 from ScrewTSW/17491-fix-golang-tasks

Fixed task names
7.20.x
Tibor Dancs 2020-07-30 18:01:59 +02:00 committed by GitHub
commit cc7fd4e75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ const workspaceRootFolderName: string = 'github.com';
const fileFolderPath: string = `${workspaceSampleName}/${workspaceRootFolderName}/golang/example/outyet`;
const fileName: string = `main.go`;
const taskTestOutyet: string = 'test outyet';
const taskRunServer: string = 'run outyet';
const taskTestOutyet: string = '1.3 Test outyet';
const taskRunServer: string = '1.1 Run outyet';
// const taskStopServer: string = 'stop outyet';
const taskExpectedDialogText: string = 'A process is now listening on port 8080';