From 809b341350f493bb20e59be3bd96fb72ba35615c Mon Sep 17 00:00:00 2001 From: JeffJiang Date: Fri, 10 Apr 2026 18:20:08 +0800 Subject: [PATCH] Add TypeScript SDK path to code-workspace settings (#2052) * Add TypeScript SDK path to code-workspace settings Agent-Logs-Url: https://github.com/foreleven/deer-flow/sessions/7d99db18-eb9d-4798-b0a5-b33f6079cd1a Co-authored-by: foreleven <4785594+foreleven@users.noreply.github.com> * Update deer-flow.code-workspace Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: foreleven <4785594+foreleven@users.noreply.github.com> Co-authored-by: Willem Jiang Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- deer-flow.code-workspace | 1 + 1 file changed, 1 insertion(+) diff --git a/deer-flow.code-workspace b/deer-flow.code-workspace index 8622877bf..ef2863302 100644 --- a/deer-flow.code-workspace +++ b/deer-flow.code-workspace @@ -5,6 +5,7 @@ } ], "settings": { + "typescript.tsdk": "frontend/node_modules/typescript/lib", "python-envs.pythonProjects": [ { "path": "backend",