Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "2.0.0",
- "tasks": [
- {
- "taskName": "CompileToOfile",
- "command": "echo",
- "args": [
- "Hello"
- ]
- },
- {
- "taskName": "CompileWGDBWBGI",
- "command": "echo",
- "args": [
- "World"
- ],
- "dependsOn": "CompileToOfile"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement