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

Annotation of /trunk/.vscode/settings.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 631 - (hide annotations)
Tue Sep 10 15:53:22 2024 UTC (6 months, 2 weeks ago) by rakinar2
File MIME type: application/json
File size: 3194 byte(s)
chore: sync

1 rakinar2 575 {
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 rakinar2 598 "httpcat",
46     "httpdog",
47 rakinar2 575 "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 rakinar2 631 "reloadable",
76 rakinar2 575 "resolvables",
77     "RESTJSON",
78     "rmrf",
79     "sbsh",
80     "sendhistory",
81     "SOFTBAN",
82     "softbanned",
83     "Stringable",
84     "subkey",
85     "sudobot",
86     "Sweeped",
87     "sysban",
88     "systemban",
89     "systemunban",
90     "sysunban",
91     "tempban",
92     "tesseract",
93     "tfjs",
94     "Timeframe",
95     "tsbuildinfo",
96     "tseslint",
97     "Unban",
98     "Unbans",
99     "undici",
100     "Unmutes",
101     "xnor"
102     ],
103     "material-icon-theme.folders.associations": {
104     "automod": "Server",
105     "framework": "Lib",
106     "policies": "Controller",
107     "permissions": "Resolver",
108     "build_src": "Tools",
109     "polyfills": "Interface",
110     "arguments": "Messages",
111     "blazebuild": "Project"
112     },
113     "typescript.preferences.importModuleSpecifier": "non-relative",
114     "eslint.useFlatConfig": true,
115     "editor.inlayHints.enabled": "on",
116     "typescript.inlayHints.enumMemberValues.enabled": true,
117     "typescript.inlayHints.parameterNames.enabled": "all",
118     "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
119     "typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true,
120     "typescript.inlayHints.parameterTypes.enabled": true,
121     "typescript.inlayHints.variableTypes.enabled": true,
122     "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
123     "typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName": true,
124     "todo-tree.tree.showBadges": true
125     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26