mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -05:00
Adding telemetry config to client config to send to STS (#22644)
* Adding telemetry config to client config so they can be sent to STS to monitor updates
This commit is contained in:
@@ -217,7 +217,10 @@ function getClientOptions(context: AppContext): ClientOptions {
|
||||
return {
|
||||
documentSelector: ['sql'],
|
||||
synchronize: {
|
||||
configurationSection: Constants.extensionConfigSectionName
|
||||
configurationSection: [
|
||||
Constants.extensionConfigSectionName,
|
||||
Constants.telemetryConfigSectionName
|
||||
]
|
||||
},
|
||||
providerId: Constants.providerId,
|
||||
errorHandler: new LanguageClientErrorHandler(),
|
||||
|
||||
Reference in New Issue
Block a user