Skip to content

Commit 1d5cb22

Browse files
authored
Merge pull request #200 from millerds/remove-web-launch-config
Remove browser launch and task json
2 parents a43c739 + f5f9c62 commit 1d5cb22

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,6 @@
125125
"webRoot": "${workspaceRoot}",
126126
"preLaunchTask": "Debug: Word Desktop",
127127
"postDebugTask": "Stop Debug"
128-
},
129-
{
130-
"name": "Office Online (Chrome)",
131-
"type": "chrome",
132-
"request": "launch",
133-
"webRoot": "${workspaceFolder}",
134-
"preLaunchTask": "Debug: Web"
135-
},
136-
{
137-
"name": "Office Online (Edge Chromium)",
138-
"type": "msedge",
139-
"request": "launch",
140-
"port": 9222,
141-
"webRoot": "${workspaceFolder}",
142-
"preLaunchTask": "Debug: Web"
143128
}
144129
]
145130
}

.vscode/tasks.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,6 @@
6868
},
6969
"problemMatcher": []
7070
},
71-
{
72-
// To debug your Add-in:
73-
// 1. When prompted, enter the url (share link) to an Office Online document.
74-
// 2. Sideload your Add-in. https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing
75-
"label": "Debug: Web",
76-
"type": "npm",
77-
"script": "start:web -- --document ${input:officeOnlineDocumentUrl}",
78-
"presentation": {
79-
"clear": true,
80-
"panel": "shared",
81-
"showReuseMessage": false
82-
},
83-
"problemMatcher": []
84-
},
8571
{
8672
"label": "Dev Server",
8773
"type": "npm",
@@ -140,12 +126,5 @@
140126
},
141127
"problemMatcher": []
142128
},
143-
],
144-
"inputs": [
145-
{
146-
"id": "officeOnlineDocumentUrl",
147-
"type": "promptString",
148-
"description": "Please enter the url for the Office Online document."
149-
}
150129
]
151130
}

0 commit comments

Comments
 (0)