We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fallbackVariant
1 parent edd9485 commit aceae09Copy full SHA for aceae09
src/configurationType.ts
@@ -293,6 +293,11 @@ export type Configuration = {
293
* @default true
294
*/
295
'objectLiteralCompletions.moreVariants': boolean
296
+ /**
297
+ * When `moreVariants` enabled, always add as fallback variant if other variant can't be derived
298
+ * @default false
299
+ */
300
+ 'objectLiteralCompletions.fallbackVariant': boolean
301
/**
302
* For `objectLiteralCompletions.moreVariants`, wether to insert newline for objects / arrays
303
0 commit comments