Skip to content

Commit

Permalink
chore: Update .vscode/settings.json with additional GitHub issue quer…
Browse files Browse the repository at this point in the history
…ies and language settings
  • Loading branch information
ll7 committed Sep 25, 2024
1 parent fa11313 commit f0c1623
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
"githubIssues.issueBranchTitle": "${user}/issue${issueNumber}-${sanitizedIssueTitle}"
"githubIssues.issueBranchTitle": "${issueNumber}-${sanitizedIssueTitle}",
"githubIssues.queries": [

{
"label": "My Issues",
"query": "default"
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "Assigned Issues",
"query": "assignee:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "All Issues",
"query": "state:open repo:${owner}/${repository} sort:created-desc"
}
],
"ltex.language": "en-US"
}

0 comments on commit f0c1623

Please sign in to comment.