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
Problem:
"Scanning CloudFormation templates..." takes a long time on big
workspaces, and there is no workaround. #3510
Solution:
When scanning for CFN/SAM templates, exclude all directories/files
specified in _all_ of the vscode settings `files.exclude`,
`search.exclude`, or `files.watcherExclude`.
"description": "SAM template detection now skips directories specified in [user settings](https://code.visualstudio.com/docs/getstarted/settings) `files.exclude`, `search.exclude`, or `files.watcherExclude`. This improves performance on big workspaces and avoids the \"Scanning CloudFormation templates...\" message. [#3510](https://github.com/aws/aws-toolkit-vscode/issues/3510)"
0 commit comments