We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d1072 commit 2c26ac9Copy full SHA for 2c26ac9
src/shared/fs/templateRegistry.ts
@@ -113,7 +113,10 @@ export class AsyncCloudFormationTemplateRegistry {
113
this.setupProgressMessage = vscode.window.withProgress(
114
{
115
location: vscode.ProgressLocation.Notification,
116
- title: localize('AWS.codelens.waitingForTemplateRegistry', 'Scanning CloudFormation templates...'),
+ title: localize(
117
+ 'AWS.codelens.waitingForTemplateRegistry',
118
+ 'Scanning CloudFormation templates... (except paths configured in [search.exclude](command:workbench.action.openSettings?"@id:search.exclude"))'
119
+ ),
120
cancellable: true,
121
},
122
async (progress, token) => {
0 commit comments