WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 672845f

Browse files
author
Aasim Khan
committed
remove content when copy is successful
1 parent 82e9dac commit 672845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.SqlTools.ServiceLayer/QueryExecution/QueryExecutionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ internal async Task HandleCopyResults2Request(CopyResults2RequestParams requestP
10071007
try
10081008
{
10091009
await ClipboardService.SetTextAsync(content);
1010-
await requestContext.SendResult(new CopyResults2RequestResult{ Content = content });
1010+
await requestContext.SendResult(new CopyResults2RequestResult());
10111011
}
10121012
catch (Exception)
10131013
{

0 commit comments

Comments
 (0)