Skip to content

Commit 1fdffe2

Browse files
authored
Merge pull request #8 from lukemurraynz/lukemurraynz-patch-2
Update settings.json
2 parents 1ea5dbe + 1577925 commit 1fdffe2

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.vscode/settings.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
11
{
2-
"dotnet.defaultSolution": "AZ2003App.sln"
2+
"chat.modeFilesLocations": {
3+
"chatmodes": true
4+
},
5+
"chat.promptFilesLocations": {
6+
"prompts": true
7+
},
8+
"chat.instructionsFilesLocations": {
9+
"instructions": true
10+
},
11+
"files.eol": "\n",
12+
"files.insertFinalNewline": true,
13+
"files.trimTrailingWhitespace": true,
14+
"[markdown]": {
15+
"files.trimTrailingWhitespace": false,
16+
"editor.formatOnSave": true
17+
},
18+
"editor.rulers": [
19+
100
20+
],
21+
// "files.associations": {
22+
// "*.chatmode.md": "markdown",
23+
// "*.instructions.md": "markdown",
24+
// "*.prompt.md": "markdown"
25+
// },
26+
"github.copilot.chat.commitMessageGeneration.instructions": [
27+
{
28+
"text": "The first line should be summary of no more than 50 characters starting with classification of commit from: `CHORE:`|`FIX:`|`CHANGE:`|`BREAKING CHANGE:`|`TESTS:`|`SECURITY:`|`COMPLEX:`. The second line should be blank. The following lines should be the full summary with each item starting with a `-`. Any summary item that is security related should start with `SECURITY:`. Any summary item change that causes a breaking change to a feature/interface/dependency should start with `BREAKING CHANGE:`"
29+
}
30+
]
331
}

0 commit comments

Comments
 (0)