Skip to content

Commit

Permalink
Update settings.json to enable RepoIndex and ensure consistent commit…
Browse files Browse the repository at this point in the history
… message style

This commit modifies the Visual Studio Code workspace settings by adding the "Codegeex.RepoIndex" configuration to enable repository indexing and updates the "Codegeex.CommitMessageStyle" to enforce the use of Conventional Commits, ensuring standardized commit messages across the project.
  • Loading branch information
vnobo committed Sep 18, 2024
1 parent 2ebd069 commit 81e92e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ng-ui/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.bracketSameLine": true,
"Codegeex.CommitMessageStyle": "ConventionalCommits"
"Codegeex.CommitMessageStyle": "ConventionalCommits",
"Codegeex.RepoIndex": true
}

0 comments on commit 81e92e1

Please sign in to comment.