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 3261b3b commit b66f8a5Copy full SHA for b66f8a5
README.md
@@ -155,18 +155,7 @@ The project builts on top of the standard [LSP client configuration](https://lsp
155
// selectors to match the files that the language server
156
// is responsible for
157
"selector": "source.python",
158
- // ST3
159
- "languages": [
160
- {
161
- "languageId": "python",
162
- "scopes": [
163
- "source.python"
164
- ],
165
- "syntaxes": [
166
- "Packages/Python/Python.sublime-syntax"
167
168
- }
169
+
170
171
172
// a set of settings/config that will be sent to the language server
0 commit comments