Why does my ':' show "Windows only Oledll" in the intellisense?

Viewed 65

Here is an example when trying to write a Python function with the autocomplete showing:

vscode example

What happens after I hit space:

what happens after i hit space

So the problem is that each time I try to write a code with a ":", for some reason, the aforementioned autocomplete happens right after I hit space. It's frustrating since each time I write a code, this will pop up even with the if conditions or any statement which has ":" in it.

I am on a Mac OS Big Sur, I really love VS Code, but I can't seem to figure out the cause of this problem.

0 Answers
Related