Add test to confirm this works with custom modes

This commit is contained in:
Matt Rubens
2025-01-24 00:12:12 -05:00
parent 7413d6494e
commit 6c3c216034
4 changed files with 236 additions and 58 deletions

View File

@@ -8,7 +8,6 @@ export function getRulesSection(
supportsComputerUse: boolean,
diffStrategy?: DiffStrategy,
context?: vscode.ExtensionContext,
diffEnabled?: boolean,
): string {
const settingsDir = context ? path.join(context.globalStorageUri.fsPath, "settings") : "<settings directory>"
const customModesPath = path.join(settingsDir, "cline_custom_modes.json")