changing from a js doc to a doc

This commit is contained in:
Aiday Marlen Kyzy
2023-08-24 10:57:12 +02:00
parent 82cbf90600
commit ca86548968
@@ -200,7 +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 */
// 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);
}