OpenC3/cosmos

View on GitHub
openc3-cosmos-cmd-tlm-api/.vscode/tasks.json

Summary

Maintainability
Test Coverage
{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            // sometimes this file gets left behind by the debugger and then it refuses to start again until it's deleted
            "label": "Delete server.pid",
            "type": "shell",
            "command": "del ${workspaceRoot}\\tmp\\pids\\server.pid"
        }
    ]
}