mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add a config for copying with trailing line break (#23481)
This commit is contained in:
@@ -8,6 +8,7 @@ export const providerId = 'MSSQL';
|
||||
export const serviceCrashLink = 'https://github.com/Microsoft/vscode-mssql/wiki/SqlToolsService-Known-Issues';
|
||||
export const extensionConfigSectionName = 'mssql';
|
||||
export const telemetryConfigSectionName = 'telemetry';
|
||||
export const queryEditorConfigSectionName = 'queryEditor';
|
||||
export const packageName = 'Microsoft.mssql';
|
||||
|
||||
// DATA PROTOCOL VALUES ///////////////////////////////////////////////////////////
|
||||
|
||||
@@ -219,7 +219,8 @@ function getClientOptions(context: AppContext): ClientOptions {
|
||||
synchronize: {
|
||||
configurationSection: [
|
||||
Constants.extensionConfigSectionName,
|
||||
Constants.telemetryConfigSectionName
|
||||
Constants.telemetryConfigSectionName,
|
||||
Constants.queryEditorConfigSectionName,
|
||||
]
|
||||
},
|
||||
providerId: Constants.providerId,
|
||||
|
||||
Reference in New Issue
Block a user