We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c12f5d + 2ef17bd commit 4d5bd36Copy full SHA for 4d5bd36
.vscode/launch.json
@@ -58,7 +58,7 @@
58
},
59
{
60
"name": "Excel Desktop (Edge Chromium)",
61
- "type": "pwa-msedge",
+ "type": "msedge",
62
"request": "attach",
63
"useWebView": true,
64
"port": 9229,
@@ -91,7 +91,7 @@
91
92
93
"name": "Office Online (Edge Chromium)",
94
95
"request": "launch",
96
"port": 9222,
97
// To debug your Add-in:
.vscode/tasks.json
@@ -57,10 +57,7 @@
57
"clear": true,
"panel": "dedicated"
- "problemMatcher": [],
- "runOptions": {
- "runOn": "folderOpen"
- }
+ "problemMatcher": []
65
66
"label": "Install",
0 commit comments