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 +}