Created
May 9, 2019 01:49
-
-
Save skywind3000/5e07e1fc48c6fc49edeb3a9d13d13bf4 to your computer and use it in GitHub Desktop.
Revisions
-
skywind3000 revised this gist
May 9, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ // open new terminal // https://stackoverflow.com/questions/47993595/launch-vscode-task-in-external-terminal-via-tasks-2-0-0 { "label": "%name%", "type": "shell", -
skywind3000 created this gist
May 9, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ // open new terminal { "label": "%name%", "type": "shell", "command": "Start-Process -FilePath \"%path to bat%\"", "presentation": { "reveal": "never" }, "problemMatcher": [], "group": { "kind": "build", "isDefault": true } },