From b9f8f558d1be770c556c1757b633e38302e5455c Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Mon, 4 May 2026 21:36:04 +0200 Subject: [PATCH] chore(tooling): remove stale apps/admin entry from .vscode/settings.json apps/admin/ was removed in April 2026 (admin SPA merged into apps/app/ under /platform/*). Cursor's ESLint extension silently skipped the missing directory, but the dead config entry caused confusion when debugging extension activation issues. Closes TECH-VSCODE-STALE-ADMIN-ENTRY. Co-Authored-By: Claude --- .vscode/settings.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6e32747d..dc85998e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,10 +17,6 @@ "eslint.nodePath": "apps/app/node_modules", "eslint.run": "onSave", "eslint.workingDirectories": [ - { - "directory": "apps/admin", - "changeProcessCWD": true - }, { "directory": "apps/app", "changeProcessCWD": true