Skip to content

Commit b290a13

Browse files
committed
Move explanation about launch.json above the screenshot
1 parent 03dda58 commit b290a13

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

episodes/13-ides.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -489,17 +489,15 @@ For simple applications or debugging scenarios, you can run and debug a program
489489
However, for some more complex run or debugging scenarios you need to create a [**launch configuration**](https://code.visualstudio.com/docs/debugtest/debugging-configuration) - to specify the application entry point or set environment variables.
490490
Creating a launch configuration file is also beneficial because it allows you to configure and save debugging setup details with your project.
491491

492-
VS Code stores such configuration information in a `launch.json` file located in the `.vscode` folder in your workspace (project root folder),
493-
or in your user settings or workspace settings.
492+
VS Code stores such configuration information in a `launch.json` file located in the `.vscode` folder in your workspace (project root folder), or in your user settings or workspace settings.
494493
VS Code also supports compound launch configurations for starting multiple configurations at the same time - e.g. for more complex testing and debugging scenarios.
495494

495+
We do not have anything to put in the launch configuration for the time being, so you do not need to create and configure `launch.json` file.
496+
However, it may be useful to know where such information is configured, should you need to do so in the future.
496497
To create an initial `launch.json` file - you can go to the Run and Debug view, then click `Create a launch.json file` and follow the instructions.
497498

498499
![](fig/vscode-run-debug-configuration.png){alt='Run and Debug View in VS Code showing the option to create a new launch (run and debug) configuration' .image-with-shadow width="1000px" }
499500

500-
For the time being, we do not have anything to put in the launch configuration (so you do not need to go through the steps above),
501-
but it is good to know where such information is configured.
502-
503501
:::::::::::::::::::::::::::::::::
504502

505503
Now you know how to configure and manipulate your environment in both tools

0 commit comments

Comments
 (0)