2018-01-13

```

{

    // Seehttps://go.microsoft.com/fwlink/?LinkId=733558

    // for the documentation about the tasks.json format

    "version": "2.0.0",

    "tasks": [

        {

            "label": "Run py3 File",

            "command": "python -B ${file}",

            "type": "shell",

            "group": {

                "kind": "build",

                "isDefault": true

            },

            "presentation": {

                "reveal": "always",

                "panel": "new",

                "focus": true

            }

        }

    ]

}

```

你可能感兴趣的:(2018-01-13)