Skip to content

Commit 1889d9f

Browse files
authored
Update docs/python/debugging.md
1 parent 475bbf4 commit 1889d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Specifies arguments to pass to the Python program. Each element of the argument
407407

408408
If you want to provide different arguments per debug run, you can set `args` to `"${command:pickArgs}"`. This will prompt you to enter arguments each time you start a debug session.
409409

410-
> **Note**: There is a difference in how `"${command:pickArgs}"` and `["${command:pickArgs}"]` are parsed, with specific notice to the usage of `[]`. As an array, all arguments are passed as a single string, without brackets each argument is passed as its on string.
410+
> **Note**: There is a difference in how `"${command:pickArgs}"` and `["${command:pickArgs}"]` are parsed, with specific notice to the usage of `[]`. As an array, all arguments are passed as a single string, without brackets each argument is passed as its own string.
411411

412412
### `stopOnEntry`
413413

0 commit comments

Comments
 (0)