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/3] 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 e668b132ed2213c5b6edebf995ea87f309ab756f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:35:50 +0000 Subject: [PATCH 2/3] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 66097d5..0d550f3 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -31,7 +31,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances From 2057621089eb9ba5e7cb5759c741b5bdf2c01e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:39:46 +0000 Subject: [PATCH 3/3] [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",