Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.json « .vscode - github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59136a73e9648816ec46df886d5dc0ef517d5ec6 (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
{
    "cSpell.words": [
        "ciphertext",
        "jsxc",
        "omemo",
        "xmlns",
        "XMPP",
        "IJID",
        "JID"
    ],
    "todohighlight.include": [
        "src/**/*.ts"
    ],
    "todohighlight.keywords": [{
            "text": "@TODO",
            "backgroundColor": "blue",
            "color": "white"
        }, {
            "text": "@REVIEW",
            "backgroundColor": "green",
            "color": "white"
        }, {
            "text": "@FIX",
            "backgroundColor": "red",
            "color": "white"
        }
    ]
}