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
Describe the bug
When loading a LAMBDA project with a custom workingDirectory in launchSettings.json - the value is incorrectly changed - but ONLY if the AWS Toolkit is installed.
To Reproduce
Create a custom lambda project
Edit the workingDirectory value to use a different var (like $(OutputPath))
Save and close the project.
Close Visual Studio
Reopen Visual Studio and reopen the project
Open the launchSettings.json
The workingDirectory is set to a different value
Expected behavior
The workingDirectory should NOT be changed from the value set in step 2
Development System (please complete the following information):
Windows Version: Windows 10
Visual Studio Version: Visual Studio 2022
AWS Toolkit for Visual Studio Version: Latest
The text was updated successfully, but these errors were encountered:
I am able to reproduce this behavior. Right now, I don't know if this is deliberate or accidental behavior by the Toolkit. As a workaround, you can create your own entry in launchSettings.json file, calling it something other than "Mock Lambda Test Tool". This way you can debug using your own custom profile values, and you can use the "Mock Lambda Test Tool" as a reference in order to set it up.
Describe the bug
When loading a LAMBDA project with a custom workingDirectory in launchSettings.json - the value is incorrectly changed - but ONLY if the AWS Toolkit is installed.
To Reproduce
Expected behavior
The workingDirectory should NOT be changed from the value set in step 2
Development System (please complete the following information):
The text was updated successfully, but these errors were encountered: