Enable random branch creation (#149241)

This commit is contained in:
Ladislau Szomoru 2022-05-11 11:43:34 +02:00 committed by GitHub
parent 9fe391d5eb
commit 3549cf9f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@
} }
], ],
"git.ignoreLimitWarning": true, "git.ignoreLimitWarning": true,
"git.branchRandomName.enable": true,
"remote.extensionKind": { "remote.extensionKind": {
"msjsdiag.debugger-for-chrome": "workspace" "msjsdiag.debugger-for-chrome": "workspace"
}, },