物理の駅 Physics station by 現役研究者

テクノロジーは共有されてこそ栄える

vscode + copilot のコミットメッセージ自動生成の設定

    "github.copilot.chat.commitMessageGeneration.instructions": [
        {
            "text": "Semantic Commit MessageおよびCommit Message Guidelineに従い、日本語のコミットメッセージを1行で作成してください。"
        }
    ]