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: Since 7b5aae7 , `target=template`
uses the original resource name instead of the dummy name
`awsToolkitSamLocalResource`. But we forgot to update the name in
`env-vars.json`, so envvars specified in `launch.json` were not
applied.
- Solution: use the correct name in `env-vars.json`,
'{"awsToolkitSamLocalResource":{"test-js-template-envvar-1":"test target=template envvar value 1","test-js-template-envvar-2":"test target=template envvar value 2"}}'
560
+
'{"SourceCodeTwoFoldersDeep":{"test-js-template-envvar-1":"test target=template envvar value 1","test-js-template-envvar-2":"test target=template envvar value 2"}}'
0 commit comments