1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Merge pull request #6048 from DannyJJK/patch-1

Update Sublime LSP to match latest version
This commit is contained in:
Bruce Weirdan 2021-07-05 08:43:38 +03:00 committed by GitHub
commit c9c3a082ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,9 +53,8 @@ I use the excellent Sublime [LSP plugin](https://github.com/tomv564/LSP) with th
"psalm":
{
"command": ["php", "vendor/bin/psalm-language-server"],
"scopes": ["source.php", "embedding.php"],
"syntaxes": ["Packages/PHP/PHP.sublime-syntax"],
"languageId": "php"
"selector": "source.php | embedding.php",
"enabled": true
}
```