Start the Electron version

This commit is contained in:
2025-08-24 19:57:38 +03:00
Unverified
parent ff39f246d6
commit a1be1daa09
6 changed files with 76 additions and 21 deletions
+18 -2
View File
@@ -15,8 +15,24 @@
"panel": "shared"
},
"group": {
"kind": "build",
"isDefault": true
"kind": "build"
}
},
{
"label": "Run (Electron)",
"type": "shell",
"command": "npm run dev:electron",
"options": {
"cwd": "${workspaceFolder}"
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
},
"group": {
"kind": "build"
}
}
]