|
94 | 94 | {
|
95 | 95 | "id": "documentation",
|
96 | 96 | "title": "Preview DocC documentation",
|
97 |
| - "description": "Preview documentation written in DocC.", |
| 97 | + "description": "Preview documentation written in [DocC](https://www.swift.org/documentation/docc/).", |
98 | 98 | "media": {
|
99 | 99 | "markdown": "assets/walkthrough/previewDocs.md"
|
100 | 100 | }
|
101 | 101 | },
|
102 | 102 | {
|
103 | 103 | "id": "swift-commands",
|
104 | 104 | "title": "Swift commands",
|
105 |
| - "description": "Explore commands available in the Command Palette prefixed with ``> Swift:``\n See documentation for [available commands](https://docs.swift.org/vscode/documentation/userdocs/commands/). \n[Open Command Palette](command:workbench.action.showCommands)", |
| 105 | + "description": "Explore commands available in the Command Palette prefixed with ``> Swift:``\n See documentation for [available commands](https://docs.swift.org/vscode/documentation/userdocs/commands/). \n[Show Swift Commands](command:swift.showCommands)", |
106 | 106 | "media": {
|
107 | 107 | "markdown": "assets/walkthrough/swiftCommands.md"
|
108 | 108 | }
|
|
119 | 119 | {
|
120 | 120 | "id": "customize",
|
121 | 121 | "title": "Customize settings",
|
122 |
| - "description": "Customize language and extension settings. \n[Open Settings](command:workbench.action.openSettings)", |
| 122 | + "description": "The Swift extensions contributes numerous settings that you can configure to customize how your project builds and how the extension operates.\n[Configure Swift Settings](command:swift.configureSettings)", |
123 | 123 | "media": {
|
124 | 124 | "markdown": "assets/walkthrough/customizeSettings.md"
|
125 | 125 | }
|
|
194 | 194 | }
|
195 | 195 | ],
|
196 | 196 | "commands": [
|
| 197 | + { |
| 198 | + "command": "swift.showCommands", |
| 199 | + "title": "Show Commands", |
| 200 | + "category": "Swift" |
| 201 | + }, |
| 202 | + { |
| 203 | + "command": "swift.configureSettings", |
| 204 | + "title": "Configure Settings", |
| 205 | + "category": "Swift" |
| 206 | + }, |
197 | 207 | {
|
198 | 208 | "command": "swift.generateLaunchConfigurations",
|
199 | 209 | "title": "Generate Launch Configurations",
|
|
0 commit comments