linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
6 years ago
|
{
|
||
|
// Use IntelliSense to learn about possible attributes.
|
||
|
// Hover to view descriptions of existing attributes.
|
||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Rambox-OS: Main",
|
||
|
"type": "node",
|
||
|
"request": "launch",
|
||
|
"protocol": "inspector",
|
||
|
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
|
||
|
"args": [
|
||
|
"--remote-debugging-port=9223",
|
||
|
"build/production/Rambox"
|
||
|
],
|
||
|
"outFiles": [ "${workspaceFolder}/build/production/**/*.js" ]
|
||
|
},
|
||
|
{
|
||
|
"name": "Rambox-OS: Renderer",
|
||
|
"type": "chrome",
|
||
|
"request": "attach",
|
||
|
"port": 9223,
|
||
|
"webRoot": "${workspaceFolder}",
|
||
|
"timeout": 30000,
|
||
|
},
|
||
|
],
|
||
|
"compounds": [
|
||
|
{
|
||
|
"name": "Rambox-OS: All",
|
||
|
"configurations": [
|
||
|
"Rambox-OS: Main",
|
||
|
"Rambox-OS: Renderer"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|