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
If a user is developing in a devcontainer they should have all the necessary Ansible Development Tools "local" in their terminal and do not need to launch tools inside the execution environment. When ansible.executionEnvironment.enabled is set to true a container is launched everytime a file is opened or saved to run ansible-lint. While this works, it makes things slow. This can be disabled as part of the devcontainer file to improve the user experience while developing.
ISSUE TYPE
SUMMARY
If a user is developing in a devcontainer they should have all the necessary Ansible Development Tools "local" in their terminal and do not need to launch tools inside the execution environment. When ansible.executionEnvironment.enabled is set to true a container is launched everytime a file is opened or saved to run ansible-lint. While this works, it makes things slow. This can be disabled as part of the devcontainer file to improve the user experience while developing.
Testing the automation code with the execution environment can be accomplished using ansible-navigator.
The text was updated successfully, but these errors were encountered: