-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Enter doesn't work #118
Comments
Are you developing remotely, e.g. over SSH or in a docker container? Generally speaking, I need a lot more information than you gave me to diagnose the issue since I'm not experiencing any problems. |
I work on a local Computer, the data is saved in an in-house server, but all programming is done on a desktop, all Programs and the Extension in question are installed locally on the system hard drive. I'm using VS Code 1.86.2 |
Hmm. I'm not sure what to make of this. There was only one commit (9145b45) between 1.17 and 1.18. It could be the source of your issue, but I personally use my extension in every configuration I can imagine:
v1.18 works for me on all of these. Could you list your other installed extensions ( Also, are you able to reproduce with a clean install of VSCode (e.g. on a second computer)? |
Here is the List: |
When trying to use the Enter key at any point, the Error: "command 'pythonIndent.newlineAndIndent' not found" is given, without making a newline.
Problem appears in v1.18 downgrading to v1.17 solves the issue
The text was updated successfully, but these errors were encountered: