/[sudobot]/trunk/.vscode/settings.json
ViewVC logotype

Contents of /trunk/.vscode/settings.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 2 weeks ago) by rakinar2
File MIME type: application/json
File size: 3233 byte(s)
chore: synchronize

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 "cSpell.words": [
11 "afks",
12 "antijoin",
13 "antispam",
14 "armv",
15 "automod",
16 "automoderation",
17 "bannable",
18 "bitfield",
19 "blazebuild",
20 "blazew",
21 "blockedtoken",
22 "blockedtokens",
23 "blockedword",
24 "blockedwords",
25 "Bootable",
26 "botinfo",
27 "Buildable",
28 "Bypasse",
29 "Bypasser",
30 "Bypassers",
31 "commentanalyzer",
32 "commitlint",
33 "cooldown",
34 "crosspostable",
35 "datetime",
36 "deepmerge",
37 "dmhistory",
38 "dminfs",
39 "editmsg",
40 "emojimix",
41 "espree",
42 "estree",
43 "extbuilds",
44 "fargs",
45 "finishable",
46 "httpcat",
47 "httpdog",
48 "kickable",
49 "linebreak",
50 "Lockdown",
51 "managable",
52 "manageafks",
53 "MASSBAN",
54 "MASSKICK",
55 "Memoizable",
56 "mixemoji",
57 "moderatable",
58 "moderatormessage",
59 "moderatorstat",
60 "moderatorstats",
61 "modmsg",
62 "modstats",
63 "nsfwjs",
64 "oclif",
65 "onesoftnet",
66 "openai",
67 "Pixabay",
68 "pmode",
69 "Positionals",
70 "progname",
71 "pushfile",
72 "Rakin",
73 "rakinar",
74 "ratelimiter",
75 "ratelimiting",
76 "reloadable",
77 "resolvables",
78 "RESTJSON",
79 "rmrf",
80 "sbsh",
81 "sendhistory",
82 "SOFTBAN",
83 "softbanned",
84 "Stringable",
85 "subkey",
86 "sudobot",
87 "Sweeped",
88 "sysban",
89 "systemban",
90 "systemunban",
91 "sysunban",
92 "tempban",
93 "tesseract",
94 "tfjs",
95 "Timeframe",
96 "tsbuildinfo",
97 "tseslint",
98 "Unban",
99 "Unbans",
100 "undici",
101 "Unmutes",
102 "uuidv",
103 "xnor"
104 ],
105 "material-icon-theme.folders.associations": {
106 "automod": "Server",
107 "framework": "Lib",
108 "policies": "Controller",
109 "permissions": "Resolver",
110 "build_src": "Tools",
111 "polyfills": "Interface",
112 "arguments": "Messages",
113 "blazebuild": "Project"
114 },
115 "typescript.preferences.importModuleSpecifier": "non-relative",
116 "eslint.useFlatConfig": true,
117 "editor.inlayHints.enabled": "on",
118 "typescript.inlayHints.enumMemberValues.enabled": true,
119 "typescript.inlayHints.parameterNames.enabled": "all",
120 "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
121 "typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true,
122 "typescript.inlayHints.parameterTypes.enabled": true,
123 "typescript.inlayHints.variableTypes.enabled": true,
124 "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
125 "typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName": true,
126 "todo-tree.tree.showBadges": true
127 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26