mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Merge branch 'master' of https://github.com/dKab/vscode into dKab-master
This commit is contained in:
@@ -963,6 +963,8 @@ export class CommandCenter {
|
||||
|
||||
if (!opts) {
|
||||
opts = { all: noStagedChanges };
|
||||
} else if ((opts.all === false) && noStagedChanges) {
|
||||
opts = { ...opts, all: noStagedChanges };
|
||||
}
|
||||
|
||||
// enable signing of commits if configurated
|
||||
|
||||
Reference in New Issue
Block a user