From 274e08294b1439598047065a053ec1323898ad6d Mon Sep 17 00:00:00 2001 From: volatile static <1043064987@qq.com> Date: Sun, 16 Jun 2024 10:59:49 +0800 Subject: [PATCH] chore: update Firefox Developer Edition path in launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0084eb7..c4307a8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "reAttach": true, "url": "http://localhost:5173/", - "firefoxExecutable": "C:\\Program Files\\Mozilla Firefox\\firefox.exe", + "firefoxExecutable": "C:\\Program Files\\Firefox Developer Edition\\firefox.exe", "pathMappings": [ { "url": "http://localhost:5173/@vite/client.ts",