33 lines
862 B
Plaintext
33 lines
862 B
Plaintext
{
|
|
"clients":
|
|
{
|
|
"rls":
|
|
{
|
|
"enabled": true
|
|
}
|
|
},
|
|
"pyls":
|
|
{
|
|
"command": ["pyls"],
|
|
"scopes": ["source.python"],
|
|
"syntaxes": ["Packages/Python/Python.sublime-syntax", "Packages/MagicPython/grammars/MagicPython.tmLanguage", "Packages/Djaneiro/Syntaxes/Python Django.tmLanguage"],
|
|
"languageId": "python",
|
|
"settings": {
|
|
"pyls": {
|
|
"configurationSources": ["flake8"],
|
|
"plugins": {
|
|
"pyflakes": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"show_code_actions_bulb": true,
|
|
"highlight_active_signature_parameter": true,
|
|
"document_highlight_style": "underline",
|
|
"diagnostics_gutter_marker": "bookmark",
|
|
"show_symbol_action_links": true,
|
|
"auto_show_diagnostics_panel_level": 1,
|
|
}
|