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
Windows
Microsoft Windows [Version 10.0.22631.2715]
1.85.0
v5.1.2,master
3.11.3
not applicable
No response
I get this error when trying to run QEMU from the extension:
Cannot read properties of undefined (reading 'curWorkspace')
The problem is on this line
this is undefined in a function.
this
The following change is proposed to solve the issue:
- (w) => w.uri === this.curWorkspace + (w) => w.uri === wsFolder
not relevant
The text was updated successfully, but these errors were encountered:
Fix for issue espressif#1096
b5c6b35
Fix for issue #1096 (#1097)
a910f68
* Fix for issue #1092 * Fix for issue #1092 * Fix for issue #1096
Successfully merging a pull request may close this issue.
OS
Windows
Operating System version
Microsoft Windows [Version 10.0.22631.2715]
Visual Studio Code version
1.85.0
ESP-IDF version
v5.1.2,master
Python version
3.11.3
Doctor command output
not applicable
Extension
No response
Description
I get this error when trying to run QEMU from the extension:
Cannot read properties of undefined (reading 'curWorkspace')
The problem is on this line
this
is undefined in a function.The following change is proposed to solve the issue:
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: