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: Cannot read properties of undefined #447

Open
Almenon opened this issue Jun 12, 2023 · 0 comments
Open

Error: Cannot read properties of undefined #447

Almenon opened this issue Jun 12, 2023 · 0 comments
Labels
bug Something isn't working has-workaround macOS

Comments

@Almenon
Copy link
Owner

Almenon commented Jun 12, 2023

Describe the bug
On a mac in a python file when I press control+enter I get a error popup "Cannot read properties of undefined" and the default behavior (create a new line below and move cursor to that line) does not happen

https://stackoverflow.com/questions/69409737/vs-code-error-command-extension-executeareplblock-not-found-using-mac

I could fix the issue by checking if PythonEvaluator exists in runAreplBlock(), but even if I fixed it the default behavior would still be overridden. I suppose I should change the keybinding... but to what? cmd+enter is very convenient. Best path forward is probably check about adding additional context for firing the event.

@Almenon Almenon added bug Something isn't working has-workaround macOS labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has-workaround macOS
Projects
None yet
Development

No branches or pull requests

1 participant