Welcome to mirror list, hosted at ThFree Co, Russian Federation.

launch.json « .vscode « default « admin « wwwroot « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae8930b382f192f5943d04be713b64d9ef17f6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "trace": true,
            "sourceMaps": true,
            "name": "Launch Chrome",
            "preLaunchTask": "webpack build",
            "file": "${workspaceFolder}/index.html",
            "webRoot": "${workspaceFolder}",
            "internalConsoleOptions": "openOnSessionStart"
        }
    ]
}