mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove settings sync output channel (#15304)
This commit is contained in:
@@ -45,7 +45,7 @@ class LogOutputChannels extends Disposable implements IWorkbenchContribution {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private registerCommonContributions(): void {
|
private registerCommonContributions(): void {
|
||||||
this.registerLogChannel(Constants.userDataSyncLogChannelId, nls.localize('userDataSyncLog', "Settings Sync"), this.environmentService.userDataSyncLogResource);
|
// this.registerLogChannel(Constants.userDataSyncLogChannelId, nls.localize('userDataSyncLog', "Settings Sync"), this.environmentService.userDataSyncLogResource); {{SQL CARBON EDIT}} We don't use settings sync
|
||||||
this.registerLogChannel(Constants.rendererLogChannelId, nls.localize('rendererLog', "Window"), this.environmentService.logFile);
|
this.registerLogChannel(Constants.rendererLogChannelId, nls.localize('rendererLog', "Window"), this.environmentService.logFile);
|
||||||
|
|
||||||
const registerTelemetryChannel = (level: LogLevel) => {
|
const registerTelemetryChannel = (level: LogLevel) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user