Skip to content

Commit 64a9589

Browse files
authored
Update controller.ts
1 parent eb7ed3e commit 64a9589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonqTest/chat/controller/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export class TestController {
449449
const unsupportedLanguage = language ? language.charAt(0).toUpperCase() + language.slice(1) : ''
450450
if (!workspaceFolder) {
451451
// File is outside of workspace
452-
unsupportedMessage = `<span style="color: #EE9D28;">&#9888;<b>External File Detected:</b> ${fileName} is outside of workspace scope.<br></span> However, I can still help you create unit tests for ${fileName} here.`
452+
unsupportedMessage = `<span style="color: #EE9D28;">&#9888;<b>I can't generate tests for because ${fileName} is outside of workspace scope.</b><br></span> I can still provide examples, instructions and code suggestions.`
453453
} else {
454454
// File is in workspace, check language support
455455
if (unsupportedLanguage) {

0 commit comments

Comments
 (0)