Skip to content

Commit 9773ea2

Browse files
authored
Update debug configuration in launch.json (#284)
1 parent c8714db commit 9773ea2

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.vscode/launch.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,23 @@
1717
"module": "ansible_creator",
1818
"args": [
1919
"init",
20+
"playbook",
2021
"testns.testname",
21-
"--init-path",
22-
"/home/user/..path/to/collections/ansible_collections"
22+
"/home/user/..path/to/your/new_playbook_project"
23+
],
24+
"cwd": "${workspaceFolder}/src",
25+
"justMyCode": false
26+
},
27+
{
28+
"name": "Debug subcommand: add",
29+
"type": "debugpy",
30+
"request": "launch",
31+
"module": "ansible_creator",
32+
"args": [
33+
"add",
34+
"resource",
35+
"devcontainer",
36+
"/home/user/..path/to/your/existing_project"
2337
],
2438
"cwd": "${workspaceFolder}/src",
2539
"justMyCode": false

0 commit comments

Comments
 (0)