/[sudobot]/branches/9.x-dev/.vscode/settings.json
ViewVC logotype

Contents of /branches/9.x-dev/.vscode/settings.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 3071 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 {
2 "editor.formatOnSave": true,
3 "editor.codeActionsOnSave": {
4 "source.organizeImports": "explicit",
5 "source.fixAll": "explicit"
6 },
7 "typescript.tsdk": "node_modules/typescript/lib",
8 "window.commandCenter": true,
9 "workbench.experimental.share.enabled": true,
10 "C_Cpp.files.exclude": {
11 "extensions/**": true,
12 "build/**": true,
13 "src/**": true,
14 "tmp/**": true,
15 "tests/**": true,
16 "node_modules/**": true
17 },
18 "cSpell.words": [
19 "afks",
20 "antijoin",
21 "antispam",
22 "automod",
23 "automoderation",
24 "bannable",
25 "bitfield",
26 "blazebuild",
27 "blazew",
28 "blockedtoken",
29 "blockedtokens",
30 "blockedword",
31 "blockedwords",
32 "Bootable",
33 "botinfo",
34 "Buildable",
35 "commentanalyzer",
36 "commitlint",
37 "cooldown",
38 "crosspostable",
39 "datetime",
40 "deepmerge",
41 "dmhistory",
42 "dminfs",
43 "editmsg",
44 "emojimix",
45 "espree",
46 "estree",
47 "extbuilds",
48 "kickable",
49 "Lockdown",
50 "manageafks",
51 "MASSBAN",
52 "MASSKICK",
53 "Memoizable",
54 "mixemoji",
55 "moderatable",
56 "moderatormessage",
57 "moderatorstat",
58 "moderatorstats",
59 "modmsg",
60 "modstats",
61 "nsfwjs",
62 "oclif",
63 "openai",
64 "Pixabay",
65 "pmode",
66 "pushfile",
67 "Rakin",
68 "rakinar",
69 "ratelimiter",
70 "ratelimiting",
71 "resolvables",
72 "RESTJSON",
73 "rmrf",
74 "sendhistory",
75 "SOFTBAN",
76 "softbanned",
77 "Stringable",
78 "subkey",
79 "sudobot",
80 "Sweeped",
81 "sysban",
82 "systemban",
83 "systemunban",
84 "sysunban",
85 "tempban",
86 "tesseract",
87 "tfjs",
88 "Timeframe",
89 "tsbuildinfo",
90 "Unban",
91 "Unbans",
92 "undici",
93 "Unmutes",
94 "xnor"
95 ],
96 "material-icon-theme.folders.associations": {
97 "automod": "Server",
98 "framework": "Lib",
99 "policies": "Controller",
100 "permissions": "Resolver",
101 "build_src": "Tools",
102 "polyfills": "Interface",
103 "arguments": "Messages",
104 "blazebuild": "Project"
105 },
106 "typescript.preferences.importModuleSpecifier": "non-relative",
107 "eslint.experimental.useFlatConfig": true,
108 "editor.inlayHints.enabled": "on",
109 "typescript.inlayHints.enumMemberValues.enabled": true,
110 "typescript.inlayHints.parameterNames.enabled": "all",
111 "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
112 "typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true,
113 "typescript.inlayHints.parameterTypes.enabled": true,
114 "typescript.inlayHints.variableTypes.enabled": true,
115 "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
116 "typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName": true
117 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26