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

Enter doesn't work #118

Open
robinwilfing opened this issue Feb 21, 2024 · 4 comments
Open

Enter doesn't work #118

robinwilfing opened this issue Feb 21, 2024 · 4 comments

Comments

@robinwilfing
Copy link

robinwilfing commented Feb 21, 2024

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

@kbrose
Copy link
Owner

kbrose commented Mar 1, 2024

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.

@robinwilfing
Copy link
Author

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

@kbrose
Copy link
Owner

kbrose commented Mar 4, 2024

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:

  • Fully local
  • Remote over SSH
  • "Remote" to a docker container
  • Via a server like vscode.dev

v1.18 works for me on all of these.

Could you list your other installed extensions (code --list-extensions --show-versions)?

Also, are you able to reproduce with a clean install of VSCode (e.g. on a second computer)?

@robinwilfing
Copy link
Author

Here is the List:
VSCose-extensions.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants