Skip to content
Advertisement

Can’t fully disable python linting Pylance VSCODE

I’ve been searching online for quite a while now and can’t seem to find a solution for my problem. I installed Pylance (the newest Microsoft interpreter for Python) and can’t seem to disable linting at all. I’ve tried a lot of options but none worked. Here’s a screenshot of how annoying linting is in my code now.

Here’s how my VSCode Settings file looks like:

JavaScript

enter image description here

Any thoughts? Any help is much appreciated.

Advertisement

Answer

You can disable the language server with:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement