|
64 | 64 | } |
65 | 65 | ] |
66 | 66 | }, |
67 | | - { |
68 | | - "id": "code-ibmi-debug", |
69 | | - "title": "Setup the debug service on IBM i", |
70 | | - "description": "Get started with IBM i debugging.", |
71 | | - "when": "code-for-ibmi:debugManaged != true", |
72 | | - "steps": [ |
73 | | - { |
74 | | - "id": "extension", |
75 | | - "title": "Install the debug extension", |
76 | | - "description": "The debug extension is required from the Marketplace. \n[Go to Marketplace](command:code-for-ibmi.debug.extension)", |
77 | | - "media": {"markdown": "./content/code-ibmi-debug/extension.md"}, |
78 | | - "completionEvents": ["onExtensionInstalled:IBM.ibmidebug"] |
79 | | - }, |
80 | | - { |
81 | | - "id": "ptfs", |
82 | | - "title": "Ensure the PTFs are installed", |
83 | | - "description": "To debug IBM i programs, some PTFs are required.", |
84 | | - "media": {"markdown": "./content/code-ibmi-debug/ptfs.md"}, |
85 | | - "completionEvents": ["onContext:code-for-ibmi:debug.ptf"] |
86 | | - }, |
87 | | - { |
88 | | - "id": "remote", |
89 | | - "title": "Setup certificates", |
90 | | - "description": "Certificates are required for the debug service to startup and run securely.\n[Generate certificates](command:code-for-ibmi.debug.setup.remote)", |
91 | | - "media": {"markdown": "./content/code-ibmi-debug/remote.md"}, |
92 | | - "completionEvents": ["onContext:code-for-ibmi:debug.remote"] |
93 | | - }, |
94 | | - { |
95 | | - "id": "startup", |
96 | | - "title": "Start up the service", |
97 | | - "media": {"markdown": "./content/code-ibmi-debug/startup.md"}, |
98 | | - "description": "Last step is to startup the service. Only one person needs to do this. This starts the service up on the connected system.\n[Start debug service](command:code-for-ibmi.debug.start)" |
99 | | - } |
100 | | - ] |
101 | | - }, |
102 | 67 | { |
103 | 68 | "id": "code-ibmi-actions", |
104 | 69 | "title": "Code for IBM i Actions", |
|
0 commit comments