Skip to content

Commit 184ca81

Browse files
authored
Generate launch configuration command docs (#1677)
Issue: #1615
1 parent 8eb902a commit 184ca81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

userdocs/userdocs.docc/Articles/Reference/commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following command is only available on macOS:
2121
- **`Debug Build`** - Run `swift build` with debugging enabled for the package associated with the open file, launching the binary and attaching the debugger.
2222
- **`Attach to Process...`** - Attach the debugger to an already running process for debugging.
2323
- **`Clean Build Folder`** - Clean the `.build` folder for the package associated with the open file, removing all previously built products.
24+
- **`Generate Launch Configurations`** - Generate and persist `swift` debug launch configurations to the launch.json file for the project. This is useful when the `swift.autoGenerateLaunchConfigurations` setting is disabled.
2425

2526
#### Dependency Management
2627

0 commit comments

Comments
 (0)