Skip to content

Commit 1b56d5b

Browse files
authored
Merge pull request #142 from akrantz/from-taskpane
Merge changes from Office-Addin-TaskPane
2 parents a502515 + 2ac3ec2 commit 1b56d5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
"clear": true,
5959
"panel": "dedicated"
6060
},
61-
"problemMatcher": []
61+
"problemMatcher": [],
62+
"runOptions": {
63+
"runOn": "folderOpen"
64+
}
6265
},
6366
{
6467
"label": "Install",

0 commit comments

Comments
 (0)