Skip to content

Commit

Permalink
chore(vscode): format settings.json for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Oct 24, 2024
1 parent 1e72335 commit 2040c4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@
"git.enableSmartCommit": true,
"git.smartCommitChanges": "all",
"git.postCommitCommand": "sync",
"conventionalCommits.scopes": [".vscode"],
"github.copilot.chat.experimental.codeGeneration.instructions": [
"conventionalCommits.scopes": [
".vscode"
],
"github.copilot.chat.codeGeneration.instructions": [
{
"file": ".vscode/copilot_instruction.md"
}
Expand Down

0 comments on commit 2040c4a

Please sign in to comment.