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.
1 parent ef79cf4 commit 054080cCopy full SHA for 054080c
packages/types/src/index.ts
@@ -528,6 +528,7 @@ export class CliUserConfigValidator extends SnippetShellUserConfigValidator {
528
return `${key} must be a positive integer`;
529
}
530
return null;
531
+ case 'disableLogging':
532
case 'forceDisableTelemetry':
533
case 'showStackTraces':
534
if (typeof value !== 'boolean') {
0 commit comments