-
- Downloads
Improve project handling
Keep track of GitKraken instances; either spawn one per project or limit to a single instance.
Signed-off-by:
Daniel Bayley <daniel.bayley@me.com>
... | ... | @@ -22,10 +22,17 @@ |
"os": [ | ||
"darwin" | ||
], | ||
"dependencies": { | ||
"sub-atom": "^1.1.0" | ||
}, | ||
"engines": { | ||
"atom": "*" | ||
}, | ||
"dependencies": { | ||
"sub-atom": "^1.1.0" | ||
"configSchema": { | ||
"singleInstance": { | ||
"description": "Limit to a single instance of the application, else spawn one per project.", | ||
"type": "boolean", | ||
"default": false | ||
} | ||
} | ||
} |
Please register or sign in to comment