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

new message in VSCode #22455

Closed
Jacques2101 opened this issue Nov 9, 2023 · 12 comments
Closed

new message in VSCode #22455

Jacques2101 opened this issue Nov 9, 2023 · 12 comments
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@Jacques2101
Copy link

  • VS Code Version: 1.84.1
  • OS Version: Sonoma 14.1.1

When I launch visual code, I have a message (cf picture
Capture d’écran 2023-11-09 à 14 01 23)

what should I do to make it go away ?

Thx

@vscodenpa vscodenpa added the triage-needed Needs assignment to the proper sub-team label Nov 9, 2023
@aeschli aeschli transferred this issue from microsoft/vscode Nov 9, 2023
@karthiknadig
Copy link
Member

@Jacques2101 In your user, machine, and workspace settings can containing python.linting.* or python.formatter.* from those settings.json.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2023
@Jacques2101
Copy link
Author

and what should I do ?

@karthiknadig
Copy link
Member

Remove those settings.

@Jacques2101
Copy link
Author

where is it ? (I am sorry I am a new user)

@karthiknadig
Copy link
Member

Open settings UI from here:
image

To open User settings.json do this:
image

To open workspace settings.json do this:
image

@Jacques2101
Copy link
Author

I found "python.linting.enabled": true,
should I delete this line ?

@karthiknadig
Copy link
Member

Yes.

@karthiknadig
Copy link
Member

@Jacques2101 The Output > Python logs will have details on any other settings that we have deprecated.

@Jacques2101
Copy link
Author

ok. After deleting this line, I do not have anymore the error message.

Thx a lot and sorry for the (stupid) question but I am new on VSCode

@karthiknadig
Copy link
Member

@Jacques2101 No worries. We are happy to help.

@Jacques2101
Copy link
Author

one more question maybe. I do not understand what is the difference between user and workspace parameters ???

@karthiknadig
Copy link
Member

User settings applies to all instances of VS Code. Workspace settings can be used to override User settings based on per project needs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

4 participants