gemini-native/.vscode/tasks.json
2025-05-19 11:40:56 +01:00

18 lines
No EOL
242 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"args": [
"start"
],
"command": "pnpm",
"group": "build",
"isBackground": true,
"label": "Run Electron App",
"problemMatcher": [
"$electron"
],
"type": "shell"
}
]
}