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

Contents of /trunk/.vscode/settings.json

Parent Directory Parent Directory | Revision Log Revision Log


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26