From 84bf7d2a4165389d58f0f8388adc3672f1746506 Mon Sep 17 00:00:00 2001 From: L-Sun Date: Wed, 16 Apr 2025 08:04:14 +0000 Subject: [PATCH] chore(debug): no need sourceMapPathOverrides anymore (#11726) --- .vscode/launch.template.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/launch.template.json b/.vscode/launch.template.json index 4232575d33..0d91bf8be9 100644 --- a/.vscode/launch.template.json +++ b/.vscode/launch.template.json @@ -29,10 +29,7 @@ "type": "chrome", "request": "launch", "name": "Debug AFFiNE Web", - "url": "http://localhost:8080", - "sourceMapPathOverrides": { - "webpack://affine/blocksuite/*": "${workspaceFolder}/blocksuite/*" - } + "url": "http://localhost:8080" } ] } \ No newline at end of file