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
We are seeing errors from recent versions of this extension causing our CI to fail. The error is:
Uncaught TypeError: Cannot read properties of undefined (reading 'toString') at <...>\extensions\ms-python.debugpy-2025.6.0-win32-x64\dist\extension.js:2:849866 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:52:12)
Tracking down the line/column number shows it is coming from within src/extension/noConfigDebugInit.ts.
src/extension/noConfigDebugInit.ts
I have a PR to fix -- will open shortly.
The text was updated successfully, but these errors were encountered:
TypeError
Successfully merging a pull request may close this issue.
We are seeing errors from recent versions of this extension causing our CI to fail. The error is:
Tracking down the line/column number shows it is coming from within
src/extension/noConfigDebugInit.ts
.I have a PR to fix -- will open shortly.
The text was updated successfully, but these errors were encountered: