mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 (#7880)
* Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 * fix pipelines * fix strict-null-checks * add missing files
This commit is contained in:
@@ -38,13 +38,13 @@ export function registerConfiguration(): IDisposable {
|
||||
},
|
||||
'configurationSync.enableSettings': {
|
||||
type: 'boolean',
|
||||
description: localize('configurationSync.enableSettings', "When enabled settings are synchronised while synchronising configuration."),
|
||||
description: localize('configurationSync.enableSettings', "When enabled settings are synchronised while synchronizing configuration."),
|
||||
default: true,
|
||||
scope: ConfigurationScope.APPLICATION,
|
||||
},
|
||||
'configurationSync.enableExtensions': {
|
||||
type: 'boolean',
|
||||
description: localize('configurationSync.enableExtensions', "When enabled extensions are synchronised while synchronising configuration."),
|
||||
description: localize('configurationSync.enableExtensions', "When enabled extensions are synchronised while synchronizing configuration."),
|
||||
default: true,
|
||||
scope: ConfigurationScope.APPLICATION,
|
||||
},
|
||||
@@ -91,6 +91,7 @@ export interface IUserData {
|
||||
}
|
||||
|
||||
export enum UserDataSyncStoreErrorCode {
|
||||
Unauthroized = 'Unauthroized',
|
||||
Rejected = 'Rejected',
|
||||
Unknown = 'Unknown'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user