We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca077a commit 115a7beCopy full SHA for 115a7be
1 file changed
ts/input/tex/require/RequireConfiguration.ts
@@ -178,7 +178,11 @@ export const options = {
178
//
179
allow: expandable({
180
base: false,
181
- 'all-packages': false
+ 'all-packages': false,
182
+ autoload: false,
183
+ configmacros: false,
184
+ tagformat: false,
185
+ setoptions: false
186
}),
187
188
// The default allow value if the extension isn't in the list above
0 commit comments