adding a comment right above the setting

This commit is contained in:
Aiday Marlen Kyzy 2023-08-22 09:31:25 +02:00
parent 5fbf0d2ed1
commit 32c476a056
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E

View file

@ -200,6 +200,7 @@ export abstract class BaseServiceConfigurationProvider implements ServiceConfigu
}
protected readEnableDiagnosticsTelemetry(configuration: vscode.WorkspaceConfiguration): boolean {
/** This setting does not appear in the settings view, as it is not to be enabled by users outside the team */
return configuration.get<boolean>('typescript.enableDiagnosticsTelemetry', false);
}