1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

enable support for untrusted workspaces (fixes #154)

This commit is contained in:
kahole 2021-06-14 22:15:03 +02:00
parent a49714810a
commit 05f2880211

View File

@ -30,6 +30,12 @@
"bugs": {
"url": "https://github.com/kahole/edamagit/issues"
},
"capabilities": {
"untrustedWorkspaces": {
"supported": true,
"description": "Uses git on the files in the workspace"
}
},
"activationEvents": [
"onCommand:magit.status",
"onCommand:magit.dispatch",