Skip to content

Commit

Permalink
Make default settings work with intelephense
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Oct 10, 2019
1 parent a89bbd3 commit df3d4d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@
"scopes": ["source.php", "embedding.php"],
"syntaxes": ["Packages/PHP/PHP.sublime-syntax"],
"languageId": "php",
// "initializationOptions": {
"initializationOptions": {
// "clearCache": false,
// "storagePath": "/tmp/intelephense",
"storagePath": null,
// "globalStoragePath": "/tmp/intelephense",
// "licenceKey": "",
// },
}
},
"reason":
{
Expand Down

0 comments on commit df3d4d6

Please sign in to comment.