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:
commit
c9c3a082ee
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user