Skip to content

Commit

Permalink
chore: fixed launch config path to c8yscrn test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswinkler committed Oct 31, 2024
1 parent f8de9a3 commit be9919f
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",
"name": "Screenshot",
"program": "${workspaceFolder}/src/screenshot/startup.ts",
"args": ["--config", "/Users/twi/Projects/cumulocity-screenshots/c8yscreenshot.config.yml"],
"args": ["--config", "${workspaceFolder}/c8yscrn.config.yaml"],
"internalConsoleOptions": "neverOpen",
"console": "integratedTerminal",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/tsx",
Expand Down

0 comments on commit be9919f

Please sign in to comment.