mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-09 19:12:58 +01:00
Format
This commit is contained in:
parent
9272bf99c2
commit
73a0160e77
6
nextcloud_backup/backend/.vscode/launch.json
vendored
6
nextcloud_backup/backend/.vscode/launch.json
vendored
@ -12,11 +12,9 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"restart": true,
|
"restart": true,
|
||||||
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/nodemon",
|
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/nodemon",
|
||||||
"skipFiles": [
|
"skipFiles": ["<node_internals>/**"],
|
||||||
"<node_internals>/**"
|
|
||||||
],
|
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"preLaunchTask": "npm: build:watch"
|
"preLaunchTask": "npm: build:watch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
26
nextcloud_backup/backend/.vscode/tasks.json
vendored
26
nextcloud_backup/backend/.vscode/tasks.json
vendored
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"type": "npm",
|
"type": "npm",
|
||||||
"script": "build:watch",
|
"script": "build:watch",
|
||||||
"group": "build",
|
"group": "build",
|
||||||
"label": "npm: build:watch",
|
"label": "npm: build:watch",
|
||||||
"detail": "tsc -w",
|
"detail": "tsc -w",
|
||||||
"isBackground": true,
|
"isBackground": true,
|
||||||
"problemMatcher": "$tsc-watch"
|
"problemMatcher": "$tsc-watch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user