Merge pull request #178418 from microsoft/tyriar/ignore2

Ignore main branch PRs
This commit is contained in:
Daniel Imms 2023-03-27 07:03:59 -07:00 committed by GitHub
commit d235c0d546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,6 +120,9 @@
},
"githubPullRequests.assignCreated": "${user}",
"githubPullRequests.defaultMergeMethod": "squash",
"githubPullRequests.ignoredPullRequestBranches": [
"main"
],
"application.experimental.rendererProfiling": true,
"editor.experimental.asyncTokenization": true
}