chore: Add pylint to vscode extensions (#2387)
No issue created for this, small devex improvement after I noticed linting errors weren't surfaced in vscode.
This commit is contained in:
parent
b121076e63
commit
73f9f949af
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -6,6 +6,7 @@
|
|||||||
"bradlc.vscode-tailwindcss",
|
"bradlc.vscode-tailwindcss",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"ms-python.black-formatter"
|
"ms-python.black-formatter",
|
||||||
|
"ms-python.pylint"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user