We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm building lambdas using localstack un VScode and wanted to try remote debugging
the provided launch config below results in VScode throwing an empty error window
{ "version": "0.2.0", "configurations": [ { "name": "Python: Remote Attach", "type": "python", "request": "attach", "connect": { "host": "localhost", "port": 19891 }, "pathMappings": [ { "localRoot": "${workspaceFolder}", "remoteRoot": "." } ] } ] }
only results in this uninformative error window from VScode when I try to run this - appears almost instantly
This is VScode version 1.94.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm building lambdas using localstack un VScode and wanted to try remote debugging
the provided launch config below results in VScode throwing an empty error window
only results in this uninformative error window from VScode when I try to run this - appears almost instantly

This is VScode version 1.94.2
The text was updated successfully, but these errors were encountered: