From 1577925f2090299239c5989866343a0a1a7dca53 Mon Sep 17 00:00:00 2001 From: Luke Murray <24467442+lukemurraynz@users.noreply.github.com> Date: Sat, 12 Jul 2025 15:06:22 +1200 Subject: [PATCH 1/2] Update settings.json --- .vscode/settings.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 79d5c4a..2918e5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,31 @@ { - "dotnet.defaultSolution": "AZ2003App.sln" + "chat.modeFilesLocations": { + "chatmodes": true + }, + "chat.promptFilesLocations": { + "prompts": true + }, + "chat.instructionsFilesLocations": { + "instructions": true + }, + "files.eol": "\n", + "files.insertFinalNewline": true, + "files.trimTrailingWhitespace": true, + "[markdown]": { + "files.trimTrailingWhitespace": false, + "editor.formatOnSave": true + }, + "editor.rulers": [ + 100 + ], + // "files.associations": { + // "*.chatmode.md": "markdown", + // "*.instructions.md": "markdown", + // "*.prompt.md": "markdown" + // }, + "github.copilot.chat.commitMessageGeneration.instructions": [ + { + "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:`" + } + ] } From df6fbd3139703d2b1645d4a073a30775a3edf1c1 Mon Sep 17 00:00:00 2001 From: lukemurraynz <24467442+lukemurraynz@users.noreply.github.com> Date: Sat, 12 Jul 2025 03:11:10 +0000 Subject: [PATCH 2/2] [MegaLinter] Apply linters automatic fixes --- .vscode/settings.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2918e5e..dd9f80b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "chat.modeFilesLocations": { + "chat.modeFilesLocations": { "chatmodes": true }, "chat.promptFilesLocations": { @@ -15,9 +15,7 @@ "files.trimTrailingWhitespace": false, "editor.formatOnSave": true }, - "editor.rulers": [ - 100 - ], + "editor.rulers": [100], // "files.associations": { // "*.chatmode.md": "markdown", // "*.instructions.md": "markdown",