From f18f50ce5be4dfc2ba9b00bf5855363785ace069 Mon Sep 17 00:00:00 2001 From: toki Date: Sun, 5 Apr 2026 20:55:10 +0900 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ef0ef33..5f1523a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,12 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "dart", - "cwd": "dart", - "request": "launch", - "type": "dart" - }, { "name": "dart: Run All Tests", "cwd": "dart",