Skip to content

Commit 2c26ac9

Browse files
authored
feat(sam): mention search.exclude in message #3773
1 parent 08d1072 commit 2c26ac9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/shared/fs/templateRegistry.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ export class AsyncCloudFormationTemplateRegistry {
113113
this.setupProgressMessage = vscode.window.withProgress(
114114
{
115115
location: vscode.ProgressLocation.Notification,
116-
title: localize('AWS.codelens.waitingForTemplateRegistry', 'Scanning CloudFormation templates...'),
116+
title: localize(
117+
'AWS.codelens.waitingForTemplateRegistry',
118+
'Scanning CloudFormation templates... (except paths configured in [search.exclude](command:workbench.action.openSettings?"@id:search.exclude"))'
119+
),
117120
cancellable: true,
118121
},
119122
async (progress, token) => {

0 commit comments

Comments
 (0)