Skip to content

Commit

Permalink
fix(vscode): dev distribution name (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot authored Nov 25, 2023
1 parent 318452e commit 8b52895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -33,4 +33,4 @@
"outputCapture": "std"
}
]
}
}

0 comments on commit 8b52895

Please sign in to comment.