mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Should await result of requestcontext.sendresult in case it errors (#520)
- Refactored to use pattern where we wait on the binding queue action to complete, then send the result / error outside of that.
This commit is contained in:
committed by
Karl Burtram
parent
399b03cbd1
commit
caf196ea31
@@ -1380,6 +1380,10 @@
|
||||
<value>Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="ScriptingUnexpectedError" xml:space="preserve">
|
||||
<value>Unexpected error while scripting: no result returned from script operation.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="unavailable" xml:space="preserve">
|
||||
<value>Unavailable</value>
|
||||
<comment></comment>
|
||||
|
||||
Reference in New Issue
Block a user