Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable name suggestion , branch protection, pull before checkout, mergeEditor to settings.json #21955

Closed
anthonykim1 opened this issue Sep 8, 2023 · 0 comments
Assignees
Labels
area-editor-* User-facing catch-all debt Covers everything internal: CI, testing, refactoring of the codebase, etc.

Comments

@anthonykim1
Copy link

Adding name suggestions for creating new branch, branch protection, pull before checking out a branch, and mergeEditor to the settings.json file, similar to in VS Code repository.

Resolves: #21954

@anthonykim1 anthonykim1 added the debt Covers everything internal: CI, testing, refactoring of the codebase, etc. label Sep 8, 2023
@anthonykim1 anthonykim1 added this to the September 2023 milestone Sep 8, 2023
@anthonykim1 anthonykim1 self-assigned this Sep 8, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 8, 2023
@anthonykim1 anthonykim1 added verification-needed Verification of issue is requested needs PR Ready to be worked on area-editor-* User-facing catch-all and removed triage-needed Needs assignment to the proper sub-team verification-needed Verification of issue is requested labels Sep 8, 2023
anthonykim1 added a commit that referenced this issue Sep 9, 2023
…mergeEditor (#21954)

VS Code repository, specifically in the .vscode/settings.json, has some
nice git features such as:
Issue: #21955
"git.branchRandomName.enable" (for suggesting random branch name when
creating a new branch, comes in very handy when person wants to make and
try quick changes in Codespaces),
"git.branchProtection" (for branch protection), 
"git.pullBeforeCheckout": (for pulling before checking out a branch), 
"git.mergeEditor": (for making easier when in times of resolving merge
conflicts)

which I found could be useful to the Python extension repository as
well.

Credits to @karrtikr for suggesting random name, and branch protection.
@github-actions github-actions bot removed the needs PR Ready to be worked on label Sep 9, 2023
anthonykim1 added a commit to anthonykim1/vscode-python that referenced this issue Sep 11, 2023
…mergeEditor (microsoft#21954)

VS Code repository, specifically in the .vscode/settings.json, has some
nice git features such as:
Issue: microsoft#21955
"git.branchRandomName.enable" (for suggesting random branch name when
creating a new branch, comes in very handy when person wants to make and
try quick changes in Codespaces),
"git.branchProtection" (for branch protection), 
"git.pullBeforeCheckout": (for pulling before checking out a branch), 
"git.mergeEditor": (for making easier when in times of resolving merge
conflicts)

which I found could be useful to the Python extension repository as
well.

Credits to @karrtikr for suggesting random name, and branch protection.
anthonykim1 added a commit to anthonykim1/vscode-python that referenced this issue Sep 12, 2023
…mergeEditor (microsoft#21954)

VS Code repository, specifically in the .vscode/settings.json, has some
nice git features such as:
Issue: microsoft#21955
"git.branchRandomName.enable" (for suggesting random branch name when
creating a new branch, comes in very handy when person wants to make and
try quick changes in Codespaces),
"git.branchProtection" (for branch protection), 
"git.pullBeforeCheckout": (for pulling before checking out a branch), 
"git.mergeEditor": (for making easier when in times of resolving merge
conflicts)

which I found could be useful to the Python extension repository as
well.

Credits to @karrtikr for suggesting random name, and branch protection.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-editor-* User-facing catch-all debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

No branches or pull requests

1 participant