forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-lintingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
From @1st on June 12, 2017 14:0
Hello.
I set a setting "editor.tabSize": 2,
but pythonVSCode doesn't recognize this settings. I see the error message from the pylint
about wrong indentation, something like this:
[pylint] W0311:Bad indentation. Found 6 spaces, expected 12
Tried to find the proper option to pass to the "python.linting.pylintArgs": []
but found nothing. Can you please let me know how to push pylint
to check syntax based on the two-space indentation instead of four? Also it will be good to use theeditor.tabSize
setting in the pythonVSCode
to pass through to the pylint
.
Thanks.
Copied from original issue: DonJayamanne/pythonVSCode#1015
pwnall
Metadata
Metadata
Assignees
Labels
area-lintingfeature-requestRequest for new features or functionalityRequest for new features or functionality