12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "Electron Dev",
|
|
"runtimeExecutable": "make",
|
|
"runtimeArgs": ["electron-dev"],
|
|
"port": 60173
|
|
}
|
|
]
|
|
}
|