I have been using Pylance and Flake8 for a while, but now I don’t think I need them anymore, and they’re bothering me a lot since there are a lot of rules to follow. How I uninstall them from my Visual Studio Code and even from my PC?
I know there is a way to disable them in settings, but I’d rather just uninstall them.
The steps below should solve your problem:
In Visual Studio Code, click the extensions icon in the activity Bar on the side of the window. In the Extensions view, search for "Pylance" and "Flake8".
Click on the gear icon next to the installed extensions (Pylance and Flake8) and select "Uninstall" from the context menu.
Another way, which is the easiest way, is below.
If you used Conda to install the extensions, run the following commands:
After executing the appropriate commands, Pylance and Flake8 will be uninstalled from your PC and Visual Studio Code environment.