You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/13-ides.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,17 +489,15 @@ For simple applications or debugging scenarios, you can run and debug a program
489
489
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.
490
490
Creating a launch configuration file is also beneficial because it allows you to configure and save debugging setup details with your project.
491
491
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.
494
493
VS Code also supports compound launch configurations for starting multiple configurations at the same time - e.g. for more complex testing and debugging scenarios.
495
494
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.
496
497
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.
497
498
498
499
{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" }
499
500
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
-
503
501
:::::::::::::::::::::::::::::::::
504
502
505
503
Now you know how to configure and manipulate your environment in both tools
0 commit comments