Skip to content

Using AutoSite Core with VS Code

dotcomboom edited this page Apr 27, 2020 · 1 revision

This .vscode/tasks.json file has an added AutoSite Core task.

{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "AutoSite Core",
            "type": "process",
            "command": "C:/Users/coolt/Nextcloud/Programming/VB.NET/AutoSite XL/git/AutoSite/bin/Debug/AutoSite Core.exe",
            "problemMatcher": [],
            "group": {
                "kind": "build",
                "isDefault": true
            }
        }
    ]
}

It can be started with CTRL+SHIFT+B in a workspace, where the workspace is the site folder.