-
- 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 @@ | ... | @@ -22,10 +22,17 @@ |
"os": [ | "os": [ | ||
"darwin" | "darwin" | ||
], | ], | ||
"dependencies": { | |||
"sub-atom": "^1.1.0" | |||
}, | |||
"engines": { | "engines": { | ||
"atom": "*" | "atom": "*" | ||
}, | }, | ||
"dependencies": { | "configSchema": { | ||
"sub-atom": "^1.1.0" | "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