Expected behavior
I expect to be able to debug my vanilla scaffolded project.
Current behavior
I created a brand new "yo office" scaffolded Excel Addin project and npm start started it.
When I run F12 (IEChooser.exe), I get no listed projects.
When I run the VSCode Office Addin-Debugger, I get the following error:
[vscode-debugger-extension-for-office-addins] Error processing "attach": connect ECONNREFUSED 127.0.0.1:9222
Steps to Reproduce
- Scaffold vanilla Excel addin (yo office)
- npm install && npm start
- Hit "Show Taskpane" in Excel
- Load debuggers
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- Operating System: Win 10 64-bit
- Node version: v.14.17.0
- Office version: Excel 365
- Tool version:
"office-addin-cli": "^1.0.17",
"office-addin-debugging": "^4.0.3",
"office-addin-dev-certs": "^1.5.12",
"office-addin-lint": "^1.1.4",
"office-addin-manifest": "^1.5.16",
"office-addin-prettier-config": "^1.0.14",
"office-addin-test-helpers": "^1.0.28",
"office-addin-test-server": "^1.0.37",
Expected behavior
I expect to be able to debug my vanilla scaffolded project.
Current behavior
I created a brand new "yo office" scaffolded Excel Addin project and
npm startstarted it.When I run F12 (IEChooser.exe), I get no listed projects.
When I run the VSCode Office Addin-Debugger, I get the following error:
[vscode-debugger-extension-for-office-addins] Error processing "attach": connect ECONNREFUSED 127.0.0.1:9222Steps to Reproduce
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.