We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bdcaf commit d427451Copy full SHA for d427451
core/core.ts
@@ -892,7 +892,9 @@ export class Core {
892
uri.endsWith(".prompt") ||
893
uri.endsWith(SYSTEM_PROMPT_DOT_FILE) ||
894
(uri.includes(".continue") && uri.endsWith(".yaml")) ||
895
- uri.endsWith(RULES_MARKDOWN_FILENAME)
+ uri.endsWith(RULES_MARKDOWN_FILENAME) ||
896
+ uri.includes(".continue/rules") ||
897
+ uri.includes(".continue\\rules")
898
) {
899
await this.configHandler.reloadConfig();
900
} else if (
0 commit comments