Skip to content

Commit

Permalink
Merge pull request #6048 from DannyJJK/patch-1
Browse files Browse the repository at this point in the history
Update Sublime LSP to match latest version
  • Loading branch information
weirdan committed Jul 5, 2021
2 parents 3abea66 + fb1dd4c commit c9c3a08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/running_psalm/language_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down

0 comments on commit c9c3a08

Please sign in to comment.