tasks.json 239 B

12345678910
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=733558
  3. // for the documentation about the tasks.json format
  4. "version": "0.1.0",
  5. "command": "love",
  6. "isBackground": false,
  7. "args": ["."],
  8. "showOutput": "always"
  9. }