In my python code, I see the following warning all over the place; How do I remove this warning? I am using VS code v1.64.0, Microsoft Python Extension for Visual Studio Code v2022.0.1786462952. Answer From the hints provided in the comments, I managed to find an answer to my question. Edit settings.json found in .vscode folder. Add in the following;
Tag: vscode-settings
Visual Studio interactive window unreadable highlighted error
Recently, Visual Studio started highlighting errors in the interactive window, which makes them unreadable: How can I remove or change the highlight color? I looked around SO but can’t find any of the settings mentioned (e.g. this). I am using the standard VS dark theme. Other dark themes didn’t solve the issue Answer Following rioV8’s instructions, I added the following
ImportError: DLL load failed: The specified module could not be found in VS code Jupyter notebook with anaconda environment
I have anaconda installed and I have changed the interpreter on the top right to my anaconda environment. When imported a library I am getting the following error ImportError: DLL load failed: The …
Problem formatting python when using Prettier in vscode
In vscode I want to use Prettier as my default formatter, but not for Python, where I will just use autopep8. I have the following settings now: { “workbench.iconTheme”: “vscode-icons&…