Skip to content

Commit 049641c

Browse files
committed
Merge remote-tracking branch 'taskpane/master' into from-taskpane
2 parents a44838e + 4540e82 commit 049641c

File tree

5 files changed

+1007
-389
lines changed

5 files changed

+1007
-389
lines changed

.vscode/extensions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
5+
// List of extensions which should be recommended for users of this workspace.
6+
"recommendations": [
7+
"msjsdiag.debugger-for-chrome",
8+
"msjsdiag.debugger-for-edge"
9+
],
10+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
11+
"unwantedRecommendations": []
12+
}

0 commit comments

Comments
 (0)