We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1790575 commit 19ae8b0Copy full SHA for 19ae8b0
LSP-pylsp.sublime-settings
@@ -287,14 +287,5 @@
287
"pylsp.plugins.black.skip_magic_trailing_comma": false,
288
},
289
"command": ["$server_path"],
290
- // ST4
291
- "selector": "source.python",
292
- // ST3
293
- "languages": [
294
- {
295
- "languageId": "python",
296
- "scopes": ["source.python"],
297
- "syntaxes": ["Packages/Python/Python.sublime-syntax"],
298
- }
299
- ],
+ "selector": "source.python"
300
}
0 commit comments