Fixed webapp build and error message.
[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         "**/webapp/dist/**",
22         ".vscode",
23         "typings"
24     ],
25     // Words to add to dictionary for a workspace.
26     "cSpell.words": [
27         "apiv",
28         "gonic",
29         "devel",
30         "csrffound",
31         "Syncthing",
32         "STID",
33         "ISTCONFIG",
34         "socketio",
35         "ldflags",
36         "SThg",
37         "stconfig",
38         "Intf",
39         "dismissible",
40         "rpath",
41         "WSID",
42         "sess",
43         "IXDS",
44         "golib",
45         "xdsapi",
46         "xdsconfig",
47         "xdsserver",
48         "xdsagent",
49         "nbsp",
50         "Inot",
51         "inotify",
52         "cmdi",
53         "sdkid",
54         "Flds",
55         "prjs",
56         "iosk",
57         "CIFS",
58         "IPROJECT",
59         "unregister",
60         "conv",
61         "PATHMAP",
62         "nospace",
63         "graphx",
64         "Truthy",
65         "darkviolet",
66         "dwnl",
67         "topnav",
68         "leftbar"
69     ],
70     // codelyzer
71     "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
72     "typescript.tsdk": "webapp/node_modules/typescript/lib",
73     "tslint.configFile": "webapp/tslint.json"
74 }