美文网首页
2018-01-13

2018-01-13

作者: Jeeyong | 来源:发表于2018-01-13 19:23 被阅读0次

    ```

    {

        // 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

          本文链接:https://www.haomeiwen.com/subject/uofhoxtx.html