Skip to content
Zhuochun edited this page Mar 13, 2023 · 1 revision

Welcome to the dotfiles wiki!

Use ai-chat as vscode Run Task

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "ai-chat",
            "type": "shell",
            "command": "ai-chat ' ' ${file} -a",
            "problemMatcher": []
        },
        {
            "label": "ai-code",
            "type": "shell",
            "command": "ai-code ${file}",
            "problemMatcher": []
        }
    ]
}
Clone this wiki locally