You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reverting #6610
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
@@ -944,17 +941,12 @@ export class TestController {
944
941
945
942
privatestartInitialBuild(data: any){
946
943
// TODO: Remove the fallback build command after stable version of backend build command.
947
-
constuserMessage=`Would you like me to help build and execute the test? I’ll run following commands.\n\`\`\`sh\n${this.sessionStorage.getSession().shortAnswer?.buildCommand}\n`
944
+
constuserMessage=`Would you like me to help build and execute the test? I will need you to let me know what build command to run if you do.`
948
945
constfollowUps: FollowUps={
949
946
text: '',
950
947
options: [
951
948
{
952
-
pillText: `Build and execute`,
953
-
type: FollowUpTypes.BuildAndExecute,
954
-
status: 'primary',
955
-
},
956
-
{
957
-
pillText: `Modify command`,
949
+
pillText: `Specify command then build and execute`,
0 commit comments