Skip to content

Commit

Permalink
chore: add VSCode setting for GitHub Pull Request auto description wi…
Browse files Browse the repository at this point in the history
…th copilot
  • Loading branch information
jooyoungseo committed Dec 30, 2023
1 parent 3c6eb9c commit 12fd9f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"editor.formatOnType": true,
"editor.formatOnSave": true
},
"cmake.configureOnOpen": false
"cmake.configureOnOpen": false,
"githubPullRequests.pullRequestDescription": "Copilot"
}

0 comments on commit 12fd9f7

Please sign in to comment.