summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 71f0ab4ff392294482d74374dd7846ff2e291bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "files.associations": {
        "**/nginx/*-confs*/*": "NGINX"
    },
    "files.autoSave": "off",
    // "docker.networks.showBuiltInNetworks": false,
    "docker.containers.label": "ContainerName",
    "docker.containers.description": [
        "Status"
    ],
    "[dockerfile]": {
        "editor.defaultFormatter": "ms-azuretools.vscode-docker"
    },
}