Skip to content

Commit

Permalink
chore: fix failed vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Jan 18, 2025
1 parent c78b801 commit cb755b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"request": "launch",
"cwd": "${workspaceFolder}/example",
"runtimeExecutable": "node",
"runtimeArgs": ["packages/codegen/bin/hcm.mjs"],
"runtimeArgs": ["../packages/codegen/bin/hcm.mjs"],
"console": "integratedTerminal",
"preLaunchTask": "npm: build - packages/codegen"
},
Expand Down

0 comments on commit cb755b6

Please sign in to comment.