diff --git a/.vscode/copilot_instruction.md b/.github/copilot-instructions.md similarity index 100% rename from .vscode/copilot_instruction.md rename to .github/copilot-instructions.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 5bf6f2b..1bba224 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -59,11 +59,7 @@ "git.smartCommitChanges": "all", "git.postCommitCommand": "sync", "conventionalCommits.scopes": [".vscode"], - "github.copilot.chat.codeGeneration.instructions": [ - { - "file": ".vscode/copilot_instruction.md" - } - ], + "github.copilot.chat.codeGeneration.useInstructionFiles": true, "github.copilot.chat.commitMessageGeneration.instructions": [ { "text": "Use conventional commit message format."