refactor: remove unused params/imports/types from lsp-tools, task-tools, delegate-task, skill-loader, context-window-monitor, plugin-config

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:12:21 +09:00
parent 83e8fb9cae
commit d4f469827f
11 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export function parseConfigPartially(
export function loadConfigFromPath(
configPath: string,
ctx: unknown
_ctx: unknown
): OhMyOpenCodeConfig | null {
try {
if (fs.existsSync(configPath)) {