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

[Devcontainer] Processing message didn't disappear and some features of vscode couldn't be used-> MSG:Getting code actions from 'ESLint', 'Python', 'Ruff', 'Jupyter' (configure). #236551

Open
AaronZhangL opened this issue Dec 19, 2024 · 8 comments
Assignees

Comments

@AaronZhangL
Copy link

AaronZhangL commented Dec 19, 2024

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:

Version: 1.96.1 (user setup)
Commit: 42b2661
Date: 2024-12-17T17:50:05.206Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22631

  • OS Version:

OS Name: Microsoft Windows 11 Enterprise
OS Version: 10.0.22631 N/A Build 22631
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Workstation
OS Build Type: Multiprocessor Free

Steps to Reproduce:

  1. Create AWS EC2 instance as dev-container host
  2. SSH connect to AWS EC2 by vscode and start dev container.
  3. Edit some python file and save it.
  4. VS code IDE show an processing message - [Getting code actions from 'ESLint', 'Python', 'Ruff', 'Jupyter'] , this message didn't disappear nomatter what I do. Some vs code feature couldn't be used, such as formate code, jump to other package source code.
@YoniChechik
Copy link

YoniChechik commented Dec 19, 2024

also happens to me for the last week on devconteiners on ssh remote pc (both ec2 and remote machine of my own).

happens on other set of extentions ('Python', 'Ruff', 'GitHub Copilot Chat')

@rebornix rebornix assigned chrmarti and unassigned roblourens Dec 19, 2024
@xavdid
Copy link

xavdid commented Dec 20, 2024

I'm working locally and seeing what's maybe a similar issue. My code actions (prettier, ruff) are stalling out when trying to save a file. I see the command go to prettier in the logs, but it never saves successfully. I can format fine from the CLI though.

@chrmarti
Copy link
Collaborator

Could you run F1 > Help: Start Extension Bisect and follow its prompts to see which extension is causing this? (I see Ruff mentioned in all the above reports.)

@chrmarti chrmarti added the info-needed Issue requires more information from poster label Dec 20, 2024
@AaronZhangL
Copy link
Author

AaronZhangL commented Dec 21, 2024

@chrmarti
I try it and got following result.

Image

@chrmarti
Copy link
Collaborator

For those with the Python extension installed: There is a fix in the pre-release version of the Python extension for an issue that surfaces in other features. Could you give the pre-release version of the Python extension a try to rule out you are seeing that?

@YoniChechik
Copy link

@chrmarti I can't bisect inside a dev conteiner (seems I'm in a restricted mode once I start bisecting and the dev conteiner is gone from vs code).

Further more I've disabled 'Ruff' & 'GitHub Copilot Chat' and it happens even when only python is on.

Will try the new pre-release now

@AaronZhangL
Copy link
Author

This issue disappeared after upgrade to pre-release version of the Python extension. Thank you very much.

@vs-code-engineering vs-code-engineering bot removed the info-needed Issue requires more information from poster label Dec 23, 2024
@chrmarti
Copy link
Collaborator

Python issue: microsoft/vscode-python#24611

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

5 participants