summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: e7762292cd5b2d5ca3e7b0d6eafff90a477e3f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
    "cSpell.words": [
        "addrs",
        "amqp",
        "amqpjobs",
        "anypb",
        "boltdb",
        "codecov",
        "Conv",
        "golangci",
        "gomemcache",
        "goridge",
        "hget",
        "hset",
        "INMEMORY",
        "Itestdata",
        "memcachedkv",
        "memorykv",
        "mexpire",
        "mget",
        "prefetch",
        "proto",
        "protobuf",
        "protoc",
        "SETEX",
        "shivammathur",
        "srem",
        "stretchr",
        "tmpdir",
        "unsub",
        "Upgrader",
        "websockets",
        "websocketsv"
    ],
    "files.associations": {
        "Dockerfile-*.yaml": "dockerfile"
    }
}