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
feat(sam): disable "Add Debug Config" codelenses by default #2746
Problem:
The heuristic for deciding what is a lambda handler function is too
noisy, so the "AWS: ..." codelenses appear on almost any function for
untyped languages such javascript or python.
Solution:
Disable the "aws.samcli.enableCodeLenses" setting by default. Customers
can reenable these codelenses with the `AWS: Toggle SAM hints` command
or the `Enable SAM hints` setting.
"description": "`Add SAM Debug Configuration` codelenses in source files are now disabled by default. (To enable the codelenses, use the `AWS: Toggle SAM hints in source files` command or the `Enable SAM hints` setting.)"
0 commit comments