1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 00:36:26 +00:00

Fixed windows debug path

This commit is contained in:
MiguelPedrosa
2018-12-19 20:57:27 +00:00
parent 830ade9596
commit b539ac6335

2
.vscode/launch.json vendored
View File

@@ -17,7 +17,7 @@
"${workspaceFolder}/index.js" "${workspaceFolder}/index.js"
], ],
"windows": { "windows": {
"runtimeExecutable": "${workspaceFolder}/node_modeules/.bin/electron.cmd" "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
} }
}, },
{ {