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 b19726b commit cf0fabaCopy full SHA for cf0faba
core/config/markdown/loadMarkdownRules.ts
@@ -54,7 +54,7 @@ export async function loadMarkdownRules(ide: IDE): Promise<{
54
}
55
56
57
- // Load markdown files from both .continue/rules
+ // Load markdown files from .continue/rules
58
const dirsToCheck = [RULES_DIR_NAME];
59
60
for (const dirName of dirsToCheck) {
0 commit comments