Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: ビルドタスクのgroup kindを適切な値にする #226

Open
yutotnh opened this issue Jun 27, 2023 · 0 comments
Open

Feature: ビルドタスクのgroup kindを適切な値にする #226

yutotnh opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yutotnh
Copy link
Owner

yutotnh commented Jun 27, 2023

なぜ機能が欲しいのか

.vscode/tasks.jsongroup:kindbuildtestと記載すると、下の画像のようにまとめて実行するコマンドをトリガーにして実行される

今までは意識していなかった(知らなかった)ので各タスクを整理し、テストタスクとして必要なものはtestに、ビルドタスクとして必要なタスクはbuildにする

当てはまらないものはnoneにする

        {
            "label": "Doxygen",
            "type": "shell",
            "dependsOn": [
                "Doxygen: Developper build",
                "Doxygen: Genaral users build"
            ],
            "problemMatcher": [],
            "group": {
                "kind": "build",
                "isDefault": false
            },
            "detail": "全てのDoxygen関連のタスクを実行する"
        },

image

提案の説明

その他

タスクに関するページ

@yutotnh yutotnh added the enhancement New feature or request label Jun 27, 2023
@yutotnh yutotnh self-assigned this Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant