Skip to content

Commit 19ae8b0

Browse files
Remove ST3 configuration
1 parent 1790575 commit 19ae8b0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

LSP-pylsp.sublime-settings

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,5 @@
287287
"pylsp.plugins.black.skip_magic_trailing_comma": false,
288288
},
289289
"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-
],
290+
"selector": "source.python"
300291
}

0 commit comments

Comments
 (0)