Adds pylsp
This commit is contained in:
parent
8373caab15
commit
30cf64adc7
|
@ -13,6 +13,10 @@
|
||||||
"command": "elm-language-server",
|
"command": "elm-language-server",
|
||||||
"filetypes": ["elm"],
|
"filetypes": ["elm"],
|
||||||
"rootPatterns": ["elm.json"]
|
"rootPatterns": ["elm.json"]
|
||||||
|
},
|
||||||
|
"python": {
|
||||||
|
"command": "pylsp",
|
||||||
|
"filetypes": ["python"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue