|
174 | 174 | "startSessionCommand": "PowerShell.StartDebugSession",
|
175 | 175 | "configurationSnippets": [
|
176 | 176 | {
|
177 |
| - "label": "PowerShell: Launch Current Script Configuration", |
178 |
| - "description": "A new configuration for launching the current opened PowerShell script", |
| 177 | + "label": "PowerShell: Launch (current file)", |
| 178 | + "description": "Launch current file (in active editor window) under debugger", |
179 | 179 | "body": {
|
180 | 180 | "type": "PowerShell",
|
181 | 181 | "request": "launch",
|
|
186 | 186 | }
|
187 | 187 | },
|
188 | 188 | {
|
189 |
| - "label": "PowerShell: Launch Script Configuration", |
190 |
| - "description": "A new configuration for launching a PowerShell script", |
| 189 | + "label": "PowerShell: Launch Script", |
| 190 | + "description": "Launch specified script under debugger", |
191 | 191 | "body": {
|
192 | 192 | "type": "PowerShell",
|
193 | 193 | "request": "launch",
|
|
198 | 198 | }
|
199 | 199 | },
|
200 | 200 | {
|
201 |
| - "label": "PowerShell: Attach to PowerShell Host Process Configuration", |
202 |
| - "description": "A new configuration for debugging a runspace in another host process.", |
| 201 | + "label": "PowerShell: Attach to PowerShell Host Process", |
| 202 | + "description": "Open host process picker to select process to attach debugger to", |
203 | 203 | "body": {
|
204 | 204 | "type": "PowerShell",
|
205 | 205 | "request": "attach",
|
|
209 | 209 | }
|
210 | 210 | },
|
211 | 211 | {
|
212 |
| - "label": "PowerShell: Launch Interactive Session Configuration", |
213 |
| - "description": "A new configuration for debugging an interactive session.", |
| 212 | + "label": "PowerShell: Interactive Session", |
| 213 | + "description": "Start interactive session (Debug Console) under debugger", |
214 | 214 | "body": {
|
215 | 215 | "type": "PowerShell",
|
216 | 216 | "request": "launch",
|
|
0 commit comments