Skip to content
New issue

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

Error when trying to run QEMU (VSC-1260) #1096

Closed
1 task done
dyarkovoy opened this issue Dec 16, 2023 · 0 comments · Fixed by #1097
Closed
1 task done

Error when trying to run QEMU (VSC-1260) #1096

dyarkovoy opened this issue Dec 16, 2023 · 0 comments · Fixed by #1097
Labels
bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)

Comments

@dyarkovoy
Copy link
Contributor

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:

-  (w) => w.uri === this.curWorkspace
+  (w) => w.uri === wsFolder

Debug Message

not relevant

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@dyarkovoy dyarkovoy added the bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue) label Dec 16, 2023
@github-actions github-actions bot changed the title Error when trying to run QEMU Error when trying to run QEMU (VSC-1260) Dec 16, 2023
dyarkovoy added a commit to dyarkovoy/vscode-esp-idf-extension that referenced this issue Dec 16, 2023
brianignacio5 pushed a commit that referenced this issue Dec 18, 2023
* Fix for issue #1092

* Fix for issue #1092

* Fix for issue #1096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant