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