jborean93 / vscode-ansibug

VSCode Extension for Debugging Ansible Playbooks
MIT License
4 stars 0 forks source link

Add DAP process check and fix intepreter scope #4

Closed jborean93 closed 2 months ago

jborean93 commented 2 months ago

Add a basic check to see if we can spawn a Python process that starts the ansibug DAP process. This will error on a failure rather than just stop the debug mode on the client. Also sets the ansibug.interpreterPath option to use the default scope option.