diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..87b70a760 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,18 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "node", + "request": "launch", + "name": "start-server", + "skipFiles": [ + "/**" + ], + "env": { + "TRILIUM_ENV": "dev" + }, + "outputCapture": "std", + "program": "${workspaceFolder}/src/www" + } + ] +} \ No newline at end of file