|
222 | 222 | "files.trimTrailingWhitespace": false |
223 | 223 | } |
224 | 224 | }, |
| 225 | + "walkthroughs": [ |
| 226 | + { |
| 227 | + "id": "bitbake.getStarted", |
| 228 | + "title": "Get Started with BitBake", |
| 229 | + "description": "Configure the BitBake extension and learn the main VS Code features for Yocto Project workspaces.", |
| 230 | + "steps": [ |
| 231 | + { |
| 232 | + "id": "bitbake.getStarted.host", |
| 233 | + "title": "Check your host setup", |
| 234 | + "description": "Check that your workspace runs on a supported Linux host.", |
| 235 | + "media": { |
| 236 | + "markdown": "walkthroughs/host-setup.md" |
| 237 | + } |
| 238 | + }, |
| 239 | + { |
| 240 | + "id": "bitbake.getStarted.dependencies", |
| 241 | + "title": "Install the required dependencies", |
| 242 | + "description": "Install the required host packages and locale before starting BitBake from the extension.", |
| 243 | + "media": { |
| 244 | + "markdown": "walkthroughs/dependencies.md" |
| 245 | + } |
| 246 | + }, |
| 247 | + { |
| 248 | + "id": "bitbake.getStarted.settings", |
| 249 | + "title": "Configure BitBake settings", |
| 250 | + "description": "Open VS Code Settings and search for `BitBake`. Configure the basic workspace settings needed to start BitBake, such as `bitbake.pathToBuildFolder`, `bitbake.pathToEnvScript`, and `bitbake.pathToBitbakeFolder`.", |
| 251 | + "media": { |
| 252 | + "image": "images/config-picker.png", |
| 253 | + "altText": "BitBake configuration picker" |
| 254 | + }, |
| 255 | + "completionEvents": [ |
| 256 | + "onCommand:bitbake.pick-configuration", |
| 257 | + "onSettingChanged:bitbake.pathToBuildFolder", |
| 258 | + "onSettingChanged:bitbake.pathToEnvScript", |
| 259 | + "onSettingChanged:bitbake.pathToBitbakeFolder" |
| 260 | + ] |
| 261 | + }, |
| 262 | + { |
| 263 | + "id": "bitbake.getStarted.language", |
| 264 | + "title": "Try language features", |
| 265 | + "description": "Open a BitBake recipe and try language server features such as hover information, completion, and go to definition.", |
| 266 | + "media": { |
| 267 | + "markdown": "walkthroughs/language-features.md" |
| 268 | + } |
| 269 | + }, |
| 270 | + { |
| 271 | + "id": "bitbake.getStarted.gui", |
| 272 | + "title": "Use BitBake views and commands", |
| 273 | + "description": "Use the Recipes Explorer and command links to try common BitBake extension actions.", |
| 274 | + "media": { |
| 275 | + "markdown": "walkthroughs/bitbake-gui.md" |
| 276 | + }, |
| 277 | + "completionEvents": [ |
| 278 | + "onView:bitbakeRecipes", |
| 279 | + "onCommand:bitbake.watch-recipe", |
| 280 | + "onCommand:bitbake.rescan-project", |
| 281 | + "onCommand:bitbake.terminal-profile", |
| 282 | + "onCommand:bitbake.build-recipe" |
| 283 | + ] |
| 284 | + } |
| 285 | + ] |
| 286 | + } |
| 287 | + ], |
225 | 288 | "taskDefinitions": [ |
226 | 289 | { |
227 | 290 | "type": "bitbake", |
|
0 commit comments