0195cde103
* rewrite: initial commit * feat: add constants for live share * feat: add first letter uppercase #88 * chore: remove automatic reconnects * chore: add troubleshooting to readme
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"version": "0.5.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Extension",
|
|
"type": "extensionHost",
|
|
"request": "launch",
|
|
"runtimeExecutable": "${execPath}",
|
|
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
|
|
"stopOnEntry": false,
|
|
"sourceMaps": true,
|
|
"outFiles": [ "${workspaceRoot}/dist/**/*.js" ],
|
|
"preLaunchTask": "build"
|
|
}
|
|
]
|
|
}
|