I had the same problem today.
This is how I fixed it. Add this lines in setting.json in VSCode:
"[python]": {
"editor.insertSpaces": true,
"editor.tabSize": 4
}
It works like a charm.
I had the same problem today.
This is how I fixed it. Add this lines in setting.json in VSCode:
"[python]": {
"editor.insertSpaces": true,
"editor.tabSize": 4
}
It works like a charm.