Skip to content

Commit

Permalink
VSCode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed May 23, 2024
1 parent 86b1632 commit b1bef58
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"getpsalm.psalm-vscode-plugin"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[php]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "getpsalm.psalm-vscode-plugin"
},
}
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,11 @@ vendor/bin/psalm --taint-analysis --set-baseline=psalm-tainted-baseline.xml

## VsCode

[getpsalm.psalm-vscode-plugin](https://marketplace.visualstudio.com/items?itemName=getpsalm.psalm-vscode-plugin)
Homepage: [getpsalm.psalm-vscode-plugin](https://marketplace.visualstudio.com/items?itemName=getpsalm.psalm-vscode-plugin)

```json
"[php]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "getpsalm.psalm-vscode-plugin"
},
```

0 comments on commit b1bef58

Please sign in to comment.