Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

[Feature] Tasks.json for Debugger (Testing) #17

Open
LiarOnce opened this issue Sep 1, 2018 · 0 comments
Open

[Feature] Tasks.json for Debugger (Testing) #17

LiarOnce opened this issue Sep 1, 2018 · 0 comments

Comments

@LiarOnce
Copy link
Member

LiarOnce commented Sep 1, 2018

This is the tasks.json template, you need create it in .vscode folder in your workspace root.

{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Build Game",
            "type": "shell",
            "command": "rubber ."
        }
    ]
}

The src/debug folder‘s codes is still not available at this time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant