Intelligently create valid git branch names #27351
valtism
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a branch by opening
git: branch
and typing a new name, if an invalid name is used: e.g.feature/hello world
it will fail with the error:In VS Code, if you enter something like
feature/hello world
it will intelligently replace the spaces with dashes, giving you the namefeature/hello-world
It would be a nice quality of life improvement for zed to adopt something similar
Beta Was this translation helpful? Give feedback.
All reactions