Add .github/copilot-instructions.md
to paths loaded for rules (#27442)
Release Notes: - N/A
This commit is contained in:
parent
0fec04a1b7
commit
31e3c13ea9
1 changed files with 2 additions and 1 deletions
|
@ -698,11 +698,12 @@ impl Thread {
|
||||||
|
|
||||||
// Note that Cline supports `.clinerules` being a directory, but that is not currently
|
// Note that Cline supports `.clinerules` being a directory, but that is not currently
|
||||||
// supported. This doesn't seem to occur often in GitHub repositories.
|
// supported. This doesn't seem to occur often in GitHub repositories.
|
||||||
const RULES_FILE_NAMES: [&'static str; 5] = [
|
const RULES_FILE_NAMES: [&'static str; 6] = [
|
||||||
".rules",
|
".rules",
|
||||||
".cursorrules",
|
".cursorrules",
|
||||||
".windsurfrules",
|
".windsurfrules",
|
||||||
".clinerules",
|
".clinerules",
|
||||||
|
".github/copilot-instructions.md",
|
||||||
"CLAUDE.md",
|
"CLAUDE.md",
|
||||||
];
|
];
|
||||||
let selected_rules_file = RULES_FILE_NAMES
|
let selected_rules_file = RULES_FILE_NAMES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue