23 lines
684 B
JSON
23 lines
684 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": ".NET Core Launch (console)",
|
||
|
"type": "coreclr",
|
||
|
"request": "launch",
|
||
|
"preLaunchTask": "build",
|
||
|
"program": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE",
|
||
|
"args": [
|
||
|
"${workspaceFolder}\\bin\\Debug\\net6.0-windows\\ExcelAddIn-AddIn64.xll"
|
||
|
],
|
||
|
"cwd": "${workspaceFolder}",
|
||
|
"console": "internalConsole",
|
||
|
"stopAtEntry": false
|
||
|
},
|
||
|
{
|
||
|
"name": ".NET Core Attach",
|
||
|
"type": "coreclr",
|
||
|
"request": "attach"
|
||
|
}
|
||
|
]
|
||
|
}
|