sequel-ice/.vscode/launch.json

14 lines
302 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Main Process",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
"args": [".", "--NODE_ENV=development"]
}
]
}
MySQL/MariaDB database management for Linux
JavaScript 64.4%
Vue 28.5%
HTML 7.1%