From c2af0bae7729dbe17f0e03649ca29aaaa308cbcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A4?= =?UTF-8?q?=D1=91=D0=B4=D0=BE=D1=80=D0=BE=D0=B2?= Date: Thu, 18 Jun 2026 12:42:02 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.vscode/launch.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 008287e..ad1d736 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,11 +26,7 @@ "--local" ], "cwd": "${workspaceFolder}", - "buildFlags": "-tags local", - "env": { - "STORY_FILENAME": "./internal/tests/story.json", - "DB_FILENAME": "./internal/tests/store.db" - } + "buildFlags": "-tags local" } ] }