Skip to content

Instantly share code, notes, and snippets.

@rwols
rwols / diagnostic-language-server.jsonc
Last active July 9, 2021 17:55
diagnostic-languageserver configuration for both flake8 and shellcheck
{
"clients": {
"diagnostic-ls": {
"enabled": true,
"command": [
"diagnostic-languageserver",
"--stdio"
],
"selector": "source.python | source.shell",
"initializationOptions": {