20 lines
744 B
JSON
20 lines
744 B
JSON
|
{
|
|||
|
// Olası öznitelikler hakkında bilgi edinmek için IntelliSense kullanın.
|
|||
|
// Mevcut özniteliklerin açıklamalarını görüntülemek için üzerine gelin.
|
|||
|
// Daha fazla bilgi için şu adresi ziyaret edin: https://go.microsoft.com/fwlink/?linkid=830387
|
|||
|
"version": "0.2.0",
|
|||
|
"configurations": [
|
|||
|
{
|
|||
|
"name": "Debug Main Process",
|
|||
|
"type": "node",
|
|||
|
"request": "launch",
|
|||
|
"cwd": "${workspaceFolder}",
|
|||
|
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
|
|||
|
"windows": {
|
|||
|
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
|
|||
|
},
|
|||
|
"args" : ["."],
|
|||
|
"outputCapture": "std"
|
|||
|
}
|
|||
|
]
|
|||
|
}
|