vsc-python-indent icon indicating copy to clipboard operation
vsc-python-indent copied to clipboard

Enter doesn't work

Open robinwilfing opened this issue 1 year ago • 4 comments

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

robinwilfing avatar Feb 21 '24 13:02 robinwilfing

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.

kbrose avatar Mar 01 '24 17:03 kbrose

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

robinwilfing avatar Mar 04 '24 12:03 robinwilfing

Hmm. I'm not sure what to make of this. There was only one commit (https://github.com/kbrose/vsc-python-indent/commit/9145b456ae38ccdc4accb08483bea7498b027ef8) 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)?

kbrose avatar Mar 04 '24 17:03 kbrose

Here is the List: VSCose-extensions.txt

robinwilfing avatar Mar 06 '24 14:03 robinwilfing