mirror of
https://github.com/magnum-opus-nn-cp/word-plugin.git
synced 2024-11-22 00:26:35 +03:00
94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
// 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": "Excel Desktop (Edge Chromium)",
|
|
"type": "msedge",
|
|
"request": "attach",
|
|
"port": 9229,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: Excel Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
},
|
|
{
|
|
"name": "Excel Desktop (Edge Legacy)",
|
|
"type": "office-addin",
|
|
"request": "attach",
|
|
"url": "https://localhost:3000/taskpane.html?_host_Info=Excel$Win32$16.01$en-US$$$$0",
|
|
"port": 9222,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: Excel Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
},
|
|
{
|
|
"name": "Outlook Desktop (Edge Chromium)",
|
|
"type": "msedge",
|
|
"request": "attach",
|
|
"useWebView": true,
|
|
"port": 9229,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: Outlook Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
},
|
|
{
|
|
"name": "Outlook Desktop (Edge Legacy)",
|
|
"type": "office-addin",
|
|
"request": "attach",
|
|
"url": "https://localhost:3000/taskpane.html?_host_Info=Outlook$Win32$16.01$en-US$$$$0",
|
|
"port": 9222,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: Outlook Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
},
|
|
{
|
|
"name": "PowerPoint Desktop (Edge Chromium)",
|
|
"type": "msedge",
|
|
"request": "attach",
|
|
"port": 9229,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: PowerPoint Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
},
|
|
{
|
|
"name": "PowerPoint Desktop (Edge Legacy)",
|
|
"type": "office-addin",
|
|
"request": "attach",
|
|
"url": "https://localhost:3000/taskpane.html?_host_Info=PowerPoint$Win32$16.01$en-US$$$$0",
|
|
"port": 9222,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: PowerPoint Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
},
|
|
{
|
|
"name": "Word Desktop (Edge Chromium)",
|
|
"type": "msedge",
|
|
"request": "attach",
|
|
"port": 9229,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: Word Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
},
|
|
{
|
|
"name": "Word Desktop (Edge Legacy)",
|
|
"type": "office-addin",
|
|
"request": "attach",
|
|
"url": "https://localhost:3000/taskpane.html?_host_Info=Word$Win32$16.01$en-US$$$$0",
|
|
"port": 9222,
|
|
"timeout": 600000,
|
|
"webRoot": "${workspaceRoot}",
|
|
"preLaunchTask": "Debug: Word Desktop",
|
|
"postDebugTask": "Stop Debug"
|
|
}
|
|
]
|
|
}
|