feat(vscode-ide-companion): enhance panel manager group tracking and ui improvements

chore(vscode-ide-companion): remove unused todo comment in auth state manager
This commit is contained in:
yiliang114
2025-12-10 00:46:22 +08:00
parent d2e2a07327
commit 4345b9370e
5 changed files with 49 additions and 36 deletions

View File

@@ -21,7 +21,6 @@ export class AuthStateManager {
private static context: vscode.ExtensionContext | null = null;
private static readonly AUTH_STATE_KEY = 'qwen.authState';
private static readonly AUTH_CACHE_DURATION = 24 * 60 * 60 * 1000; // 24 hours
//TODO:
private constructor() {}
/**