Skip to content

Commit

Permalink
Prefer copying from UI process
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-sanchez committed Aug 29, 2024
1 parent 2fbca7c commit 86d9849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sql/workbench/contrib/query/browser/query.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ const queryEditorConfiguration: IConfigurationNode = {
},
'queryEditor.results.preferProvidersCopyHandler': {
'type': 'boolean',
'description': localize('queryEditor.results.preferProvidersCopyHandler', "Whether the copy result request should be handled by the query provider when it is supported. The default value is true, set this to false to force all copy handling to be done by Azure Data Studio."),
'default': true
'description': localize('queryEditor.results.preferProvidersCopyHandler', "Whether the copy result request should be handled by the query provider when it is supported. The default value is false, set this to true to force all copy handling to be done by the query provider."),
'default': false
},
'queryEditor.results.inMemoryDataProcessingThreshold': {
'type': 'number',
Expand Down

0 comments on commit 86d9849

Please sign in to comment.