Merge pull request #3481 from contributor/feature/safeVsCodeLaunch

Safe Vs Code debug launch
This commit is contained in:
zadam 2023-01-03 22:29:36 +01:00 committed by GitHub
commit bbbd2f7e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.vscode/launch.json vendored
View File

@ -9,7 +9,8 @@
"<node_internals>/**"
],
"env": {
"TRILIUM_ENV": "dev"
"TRILIUM_ENV": "dev",
"TRILIUM_DATA_DIR": "./data"
},
"outputCapture": "std",
"program": "${workspaceFolder}/src/www"