diff --git a/.vscode/settings.json b/.vscode/settings.json index 267fa74a..7abca2a5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -98,4 +98,7 @@ }, "git.alwaysSignOff": true, "editor.formatOnSave": true, + "psalm.configPaths": [ + "psalm-ls.xml" + ], } \ No newline at end of file diff --git a/psalm-ls.xml b/psalm-ls.xml new file mode 100644 index 00000000..eb9f6a8b --- /dev/null +++ b/psalm-ls.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/psalm.xml b/psalm.xml index a2895d81..5cd61c32 100644 --- a/psalm.xml +++ b/psalm.xml @@ -8,23 +8,14 @@ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" cacheDirectory=".cache/psalm" > + - - - - - - - - + + +