New dashboard look & feel
[src/xds/xds-agent.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3   // Controls the rendering size of tabs in characters.
4   // If set to auto, the value will be guessed based on the opened file.
5   "editor.tabSize": 2,
6   // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
7   "editor.insertSpaces": true,
8   // Configure glob patterns for excluding files and folders.
9   "files.exclude": {
10     ".tmp": true,
11     ".git": true,
12     "glide.lock": true,
13     "vendor": true,
14     "debug": true,
15     "bin": true,
16     "tools": true,
17     "webapp*/dist": true,
18     "webapp*/node_modules": true
19   },
20   // Specify paths/files to ignore. (Supports Globs)
21   "cSpell.ignorePaths": [
22     "**/node_modules/**",
23     "**/vscode-extension/**",
24     "**/.git/**",
25     "**/vendor/**",
26     "**/webapp/dist/**",
27     ".vscode",
28     "typings"
29   ],
30   // Words to add to dictionary for a workspace.
31   "cSpell.words": [
32     "apiv",
33     "gonic",
34     "devel",
35     "csrffound",
36     "Syncthing",
37     "STID",
38     "ISTCONFIG",
39     "socketio",
40     "ldflags",
41     "SThg",
42     "stconfig",
43     "Intf",
44     "dismissible",
45     "rpath",
46     "WSID",
47     "sess",
48     "IXDS",
49     "golib",
50     "xdsapi",
51     "xdsconfig",
52     "xdsserver",
53     "xdsagent",
54     "nbsp",
55     "Inot",
56     "inotify",
57     "cmdi",
58     "sdkid",
59     "Flds",
60     "prjs",
61     "iosk",
62     "CIFS",
63     "IPROJECT",
64     "unregister",
65     "conv",
66     "PATHMAP",
67     "nospace",
68     "graphx",
69     "Truthy",
70     "darkviolet",
71     "dwnl",
72     "topnav",
73     "leftbar"
74   ],
75   // codelyzer
76   "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
77   "typescript.tsdk": "webapp/node_modules/typescript/lib",
78   "tslint.configFile": "webapp/tslint.json"
79 }