Skip to content

Commit 1917aaa

Browse files
authored
feat: enable random branch naming for Git (#817)
1 parent b141dea commit 1917aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"prettier.tabWidth": 4,
2828
"python-envs.defaultEnvManager": "ms-python.python:venv",
29-
"python-envs.pythonProjects": []
29+
"python-envs.pythonProjects": [],
30+
"git.branchRandomName.enable": true
3031
}

0 commit comments

Comments
 (0)