vsc-python-indent icon indicating copy to clipboard operation
vsc-python-indent copied to clipboard

There is no formatter for 'python' files installed

Open eodeluga opened this issue 1 year ago • 0 comments

image

Have tried this VSCode settings config

"[python]": {
      "editor.defaultFormatter": "KevinRose.vsc-python-indent",
      "diffEditor.ignoreTrimWhitespace": false,
      "gitlens.codeLens.symbolScopes": [
        "!Module"
      ],
      "editor.formatOnType": true,
      "editor.wordBasedSuggestions": "off"
    }

eodeluga avatar Jun 09 '24 04:06 eodeluga