mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
changing from a js doc to a doc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user