Skip to content

Instantly share code, notes, and snippets.

@skywind3000
Created May 9, 2019 01:49
Show Gist options
  • Save skywind3000/5e07e1fc48c6fc49edeb3a9d13d13bf4 to your computer and use it in GitHub Desktop.
Save skywind3000/5e07e1fc48c6fc49edeb3a9d13d13bf4 to your computer and use it in GitHub Desktop.

Revisions

  1. skywind3000 revised this gist May 9, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions tasks-new-terminal.json
    Original 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",
  2. skywind3000 created this gist May 9, 2019.
    14 changes: 14 additions & 0 deletions tasks-new-terminal.json
    Original 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
    }
    },