Skip to content

Commit 1f16fd5

Browse files
committed
updates
1 parent 436eee8 commit 1f16fd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/templates/vscode/.vscode/tasks.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
{
5353
"type": "shell",
5454
"label": "Run RELEASE",
55-
"command": "make RunRelease >&1"
55+
"command": "make RunRelease >&1",
56+
"windows" : {
57+
"command" : "bin/*.exe"
58+
}
5659
},
5760
{
5861
"label": "Build and Run Release",

0 commit comments

Comments
 (0)