Created
September 24, 2021 03:47
-
-
Save miladoll/ca974e3b1a4eb18dce46901f592a5774 to your computer and use it in GitHub Desktop.
結果が見えぬか消える.json
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 characters
| { | |
| // See https://go.microsoft.com/fwlink/?LinkId=733558 | |
| // for the documentation about the tasks.json format | |
| "version": "2.0.0", | |
| "tasks": [ | |
| { | |
| "label": "echo", | |
| "type": "shell", | |
| "presentation": { | |
| "reveal": "always", | |
| "panel": "new", | |
| "echo": true, | |
| "focus": true, | |
| }, | |
| "problemMatcher": [], | |
| "command": "echo Hello" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment