From c7dc186cd561f841fbcce3e58d834e5106599fe1 Mon Sep 17 00:00:00 2001 From: Ruriko Araki Date: Fri, 15 Dec 2023 16:03:38 -0800 Subject: [PATCH] edit port again (#3309) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 56d53b0d9..023b58166 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -66,7 +66,7 @@ "type": "node", "request": "attach", "protocol": "inspector", - "port": 9223, + "port": 9222, "sourceMaps": true } ]