2020-04-13 22:48:53 -05:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
2020-06-04 01:13:28 -05:00
|
|
|
{
|
2021-01-28 23:59:44 -06:00
|
|
|
"name": "Corp",
|
2020-06-04 01:13:28 -05:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": [".", "--url=https://corporate.symphony.com"],
|
2020-06-04 01:13:28 -05:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
2020-06-04 01:13:28 -05:00
|
|
|
},
|
2020-04-13 22:48:53 -05:00
|
|
|
{
|
2021-01-28 23:59:44 -06:00
|
|
|
"name": "Corp (Build & Run)",
|
2020-04-13 22:48:53 -05:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-01-28 23:59:44 -06:00
|
|
|
"preLaunchTask": "build",
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": [".", "--url=https://corporate.symphony.com"],
|
2020-04-13 22:48:53 -05:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
2020-04-13 22:48:53 -05:00
|
|
|
},
|
|
|
|
{
|
2021-03-23 09:53:49 -05:00
|
|
|
"name": "Local Mana",
|
2020-11-06 10:17:48 -06:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": [".", "--url=https://local-dev.symphony.com:9090"],
|
2020-11-06 10:17:48 -06:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
2020-11-06 10:17:48 -06:00
|
|
|
},
|
|
|
|
{
|
2021-03-23 09:53:49 -05:00
|
|
|
"name": "Local Mana (Build & Run)",
|
2020-06-04 01:13:28 -05:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-01-28 23:59:44 -06:00
|
|
|
"preLaunchTask": "build",
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": [".", "--url=https://local-dev.symphony.com:9090"],
|
2020-06-04 01:13:28 -05:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
|
|
|
},
|
|
|
|
{
|
2023-01-12 03:43:25 -06:00
|
|
|
"name": "st3",
|
2021-03-23 09:53:49 -05:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2023-01-12 03:43:25 -06:00
|
|
|
"args": [".", "--url=https://st3.symphony.com"],
|
2021-03-23 09:53:49 -05:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
|
|
|
},
|
|
|
|
{
|
2023-01-12 03:43:25 -06:00
|
|
|
"name": "st3 (Build & Run)",
|
2021-03-23 09:53:49 -05:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
|
|
|
"preLaunchTask": "build",
|
2023-01-12 03:43:25 -06:00
|
|
|
"args": [".", "--url=https://st3.symphony.com"],
|
2021-03-23 09:53:49 -05:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
2020-11-06 10:17:48 -06:00
|
|
|
},
|
|
|
|
{
|
2021-01-28 23:59:44 -06:00
|
|
|
"name": "Demo",
|
2020-11-06 10:17:48 -06:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": [".", "--url=file://${workspaceFolder}/src/demo/index.html"],
|
2020-11-06 10:17:48 -06:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
2020-11-06 10:17:48 -06:00
|
|
|
},
|
2020-06-04 01:13:28 -05:00
|
|
|
{
|
2021-01-28 23:59:44 -06:00
|
|
|
"name": "Demo (Build & Run)",
|
2020-04-13 22:48:53 -05:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-01-28 23:59:44 -06:00
|
|
|
"preLaunchTask": "build",
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": [".", "--url=file://${workspaceFolder}/src/demo/index.html"],
|
2020-04-13 22:48:53 -05:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
2021-01-28 23:59:44 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dev",
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": ["."],
|
2021-01-28 23:59:44 -06:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
2021-01-28 23:59:44 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dev (Build & Run)",
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron",
|
|
|
|
"windows": {
|
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/electron/dist/Electron.exe"
|
|
|
|
},
|
2021-03-23 09:53:49 -05:00
|
|
|
"args": ["."],
|
2021-01-28 23:59:44 -06:00
|
|
|
"env": {
|
|
|
|
"ELECTRON_DEBUGGING": "true",
|
|
|
|
"ELECTRON_DEV": "true"
|
|
|
|
},
|
|
|
|
"outputCapture": "std",
|
|
|
|
"sourceMaps": true,
|
2021-03-23 09:53:49 -05:00
|
|
|
"outFiles": ["${workspaceFolder}/lib/**/*.js"]
|
|
|
|
}
|
2020-04-13 22:48:53 -05:00
|
|
|
]
|
|
|
|
}
|