Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Aug 20, 2021
1 parent a8eee50 commit 886b681
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.1 - 2021-08-20

- Set `untrustedWorkspaces.supported` to `false` in `capabilities`. Reasoning: Since this runs Psalm, and Psalm can be configured to execute code on your computer, you should avoid opening untrusted projects while using this plugin

# 2.2.0 - 2021-08-19

- Add better tracing/debug/logging
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"license": "MIT",
"version": "2.2.0",
"version": "2.2.1",
"publisher": "getpsalm",
"categories": [
"Linters",
Expand Down Expand Up @@ -49,8 +49,11 @@
"publish": "vsce publish"
},
"capabilities": {
"supported":false,
"description": "Since this runs Psalm, and Psalm can be configured to execute code on your computer, you should avoid opening untrusted projects while using this plugin"
"untrustedWorkspaces": {
"supported":false,
"description": "Since this runs Psalm, and Psalm can be configured to execute code on your computer, you should avoid opening untrusted projects while using this plugin"
}

},
"extensionKind": ["workspace"],
"contributes": {
Expand Down

0 comments on commit 886b681

Please sign in to comment.