fix(vscode): dev distribution name (#67)

44086f9c5b/lib/common/distribution/DistributionAPI.ts (L17)
This commit is contained in:
jebibot
2023-11-26 08:27:48 +09:00
committed by GitHub
parent 318452e44e
commit 8b528959bc

2
.vscode/launch.json vendored
View File

@@ -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": [