[NUI] integration from DevelNUI to master (#3309)
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / .vscode / launch.json
1 {
2     // Use IntelliSense to learn about possible attributes.
3     // Hover to view descriptions of existing attributes.
4     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5     "version": "0.2.0",
6     "configurations": [
7         {
8             "name": ".NET Core Launch (console)",
9             "type": "coreclr",
10             "request": "launch",
11             "WARNING01": "*********************************************************************************",
12             "WARNING02": "The C# extension was unable to automatically decode projects in the current",
13             "WARNING03": "workspace to create a runnable launch.json file. A template launch.json file has",
14             "WARNING04": "been created as a placeholder.",
15             "WARNING05": "",
16             "WARNING06": "If OmniSharp is currently unable to load your project, you can attempt to resolve",
17             "WARNING07": "this by restoring any missing project dependencies (example: run 'dotnet restore')",
18             "WARNING08": "and by fixing any reported errors from building the projects in your workspace.",
19             "WARNING09": "If this allows OmniSharp to now load your project then --",
20             "WARNING10": "  * Delete this file",
21             "WARNING11": "  * Open the Visual Studio Code command palette (View->Command Palette)",
22             "WARNING12": "  * run the command: '.NET: Generate Assets for Build and Debug'.",
23             "WARNING13": "",
24             "WARNING14": "If your project requires a more complex launch configuration, you may wish to delete",
25             "WARNING15": "this configuration and pick a different template using the 'Add Configuration...'",
26             "WARNING16": "button at the bottom of this file.",
27             "WARNING17": "*********************************************************************************",
28             "preLaunchTask": "build",
29             "program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/NUITizenGallery.dll",
30             "args": [],
31             "env": {
32                 "DESKTOP_PREFIX":"/home/ssong2best/dali-env/opt",
33                 "PATH":"/home/ssong2best/dali-env/opt/bin:$PATH",
34                 "LD_LIBRARY_PATH":"/home/ssong2best/dali-env/opt/lib:$LD_LIBRARY_PATH",
35                 "INCLUDEDIR":"/home/ssong2best/dali-env/opt/include",
36                 "PKG_CONFIG_PATH":"/home/ssong2best/dali-env/opt/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig",
37                 "DOTNET_CLI_TELEMETRY_OPTOUT":"1",
38                 "DALI_WINDOW_WIDTH":"720",
39                 "DALI_WINDOW_HEIGHT":"1080",
40             },
41             "cwd": "${workspaceFolder}",
42             "console": "internalConsole",
43             "stopAtEntry": false
44         },
45         {
46             "name": ".NET Core Attach",
47             "type": "coreclr",
48             "request": "attach"
49         }
50     ]
51 }