Moved Dashboad webapp on Angular 5 !
[src/xds/xds-agent.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3     // Configure glob patterns for excluding files and folders.
4     "files.exclude": {
5         ".tmp": true,
6         ".git": true,
7         "glide.lock": true,
8         "vendor": true,
9         "debug": true,
10         "bin": true,
11         "tools": true,
12         "webapp/dist": true,
13         "webapp/node_modules": true
14     },
15     // Specify paths/files to ignore. (Supports Globs)
16     "cSpell.ignorePaths": [
17         "**/node_modules/**",
18         "**/vscode-extension/**",
19         "**/.git/**",
20         "**/vendor/**",
21         ".vscode",
22         "typings"
23     ],
24     // Words to add to dictionary for a workspace.
25     "cSpell.words": [
26         "apiv",
27         "gonic",
28         "devel",
29         "csrffound",
30         "Syncthing",
31         "STID",
32         "ISTCONFIG",
33         "socketio",
34         "ldflags",
35         "SThg",
36         "stconfig",
37         "Intf",
38         "dismissible",
39         "rpath",
40         "WSID",
41         "sess",
42         "IXDS",
43         "golib",
44         "xdsapi",
45         "xdsconfig",
46         "xdsserver",
47         "xdsagent",
48         "nbsp",
49         "Inot",
50         "inotify",
51         "cmdi",
52         "sdkid",
53         "Flds",
54         "prjs",
55         "iosk",
56         "CIFS",
57         "IPROJECT",
58         "unregister",
59         "conv",
60         "PATHMAP",
61         "nospace",
62         "graphx",
63         "Truthy",
64         "darkviolet",
65         "dwnl"
66     ],
67
68     // codelyzer
69     "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
70     "typescript.tsdk": "webapp/node_modules/typescript/lib",
71     "tslint.configFile": "webapp/tslint.json"
72 }