From 8b528959bc5e687904a42c412d4000656cfb5efa Mon Sep 17 00:00:00 2001 From: jebibot <83044352+jebibot@users.noreply.github.com> Date: Sun, 26 Nov 2023 08:27:48 +0900 Subject: [PATCH] fix(vscode): dev distribution name (#67) https://github.com/dscalzi/helios-core/blob/44086f9c5bc32532506d43488d27c42f4174d84e/lib/common/distribution/DistributionAPI.ts#L17 --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e33d7e4..e84ad2d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,7 @@ "name": "Install Dev Distribution", "program": "${workspaceFolder}\\src\\index.ts", "args": [ - "g", "distro", "dev_distribution", "--installLocal" + "g", "distro", "distribution_dev", "--installLocal" ], "preLaunchTask": "build", "outFiles": [ @@ -33,4 +33,4 @@ "outputCapture": "std" } ] -} \ No newline at end of file +}