Merge pull request #1894 from owncloud/add_vscode_debug
This commit is contained in:
@@ -9,6 +9,9 @@ dist/
|
|||||||
*crt
|
*crt
|
||||||
node_modules/
|
node_modules/
|
||||||
*/assets
|
*/assets
|
||||||
|
ocis/ocis
|
||||||
|
ocis/cmd/ocis/__debug_bin
|
||||||
|
ocis/cmd/ocis/config/
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
|||||||
Vendored
+19
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "oCIS server",
|
||||||
|
"type": "go",
|
||||||
|
"request": "launch",
|
||||||
|
"mode": "debug",
|
||||||
|
"program": "${workspaceFolder}/ocis/cmd/ocis",
|
||||||
|
"args": ["server"],
|
||||||
|
"env": {
|
||||||
|
"OCIS_LOG_LEVEL": "debug",
|
||||||
|
"OCIS_LOG_PRETTY": "true",
|
||||||
|
"OCIS_LOG_COLOR": "true",
|
||||||
|
"PROXY_ENABLE_BASIC_AUTH": "true"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user