summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 9de719819d4f13bd6e89ff5fb04ddbf99c0b1936 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "grammarly.selectors": [
        {
            "language": "html",
            "scheme": "file"
        }
    ],
    "livePreview.serverRoot": "public"
}