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

Contents of /trunk/.vscode/settings.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 3134 byte(s)
chore: add trunk
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 "kickable",
46 "linebreak",
47 "Lockdown",
48 "managable",
49 "manageafks",
50 "MASSBAN",
51 "MASSKICK",
52 "Memoizable",
53 "mixemoji",
54 "moderatable",
55 "moderatormessage",
56 "moderatorstat",
57 "moderatorstats",
58 "modmsg",
59 "modstats",
60 "nsfwjs",
61 "oclif",
62 "onesoftnet",
63 "openai",
64 "Pixabay",
65 "pmode",
66 "Positionals",
67 "progname",
68 "pushfile",
69 "Rakin",
70 "rakinar",
71 "ratelimiter",
72 "ratelimiting",
73 "resolvables",
74 "RESTJSON",
75 "rmrf",
76 "sbsh",
77 "sendhistory",
78 "SOFTBAN",
79 "softbanned",
80 "Stringable",
81 "subkey",
82 "sudobot",
83 "Sweeped",
84 "sysban",
85 "systemban",
86 "systemunban",
87 "sysunban",
88 "tempban",
89 "tesseract",
90 "tfjs",
91 "Timeframe",
92 "tsbuildinfo",
93 "tseslint",
94 "Unban",
95 "Unbans",
96 "undici",
97 "Unmutes",
98 "xnor"
99 ],
100 "material-icon-theme.folders.associations": {
101 "automod": "Server",
102 "framework": "Lib",
103 "policies": "Controller",
104 "permissions": "Resolver",
105 "build_src": "Tools",
106 "polyfills": "Interface",
107 "arguments": "Messages",
108 "blazebuild": "Project"
109 },
110 "typescript.preferences.importModuleSpecifier": "non-relative",
111 "eslint.useFlatConfig": true,
112 "editor.inlayHints.enabled": "on",
113 "typescript.inlayHints.enumMemberValues.enabled": true,
114 "typescript.inlayHints.parameterNames.enabled": "all",
115 "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
116 "typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true,
117 "typescript.inlayHints.parameterTypes.enabled": true,
118 "typescript.inlayHints.variableTypes.enabled": true,
119 "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
120 "typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName": true,
121 "todo-tree.tree.showBadges": true
122 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26