5d43dd0c0bbfa76e486b2f8ca44c8a82162910d8
[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", "gonic", "devel", "csrffound", "Syncthing", "STID", "ISTCONFIG",
33     "socketio", "ldflags", "SThg", "stconfig", "Intf", "dismissible", "rpath",
34     "WSID", "sess", "IXDS", "golib", "xdsapi", "xdsconfig", "xdsserver",
35     "xdsagent", "nbsp", "Inot", "inotify", "cmdi", "sdkid", "Flds", "prjs",
36     "iosk", "CIFS", "IPROJECT", "unregister", "conv", "PATHMAP", "nospace",
37     "graphx", "Truthy", "darkviolet", "dwnl", "topnav", "leftbar", "urfave",
38     "unmarshall", "sebd", "priv", "evts", "gdbserver", "tabset", "pageview",
39     "subpath", "prebuild", "reflectme", "franciscocpg"
40   ],
41   // codelyzer
42   "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
43   "typescript.tsdk": "webapp/node_modules/typescript/lib",
44   "tslint.configFile": "webapp/tslint.json"
45 }