Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislau Szomoru <3372902+lszomoru@users.noreply.github.com>2022-05-11 12:43:34 +0300
committerGitHub <noreply@github.com>2022-05-11 12:43:34 +0300
commit3549cf9f3a018d0bdc175b088dd4ef94b4d95888 (patch)
tree425db428d385ccfa53962c6e9a6a2733576ad21d
parent9fe391d5eb172e8734cd2d2dfc25a28f54a95579 (diff)
Enable random branch creation (#149241)
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 78929884fad..d7996ff169e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -67,6 +67,7 @@
}
],
"git.ignoreLimitWarning": true,
+ "git.branchRandomName.enable": true,
"remote.extensionKind": {
"msjsdiag.debugger-for-chrome": "workspace"
},