Merge pull request #3481 from contributor/feature/safeVsCodeLaunch

Safe Vs Code debug launch
pull/255/head
zadam 2023-01-03 22:29:36 +07:00 committed by GitHub
commit bbbd2f7e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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