mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Consolidate context request endpoints into a single request endpoint (#2205)
* Create new endpoint consolidating previous 2 * Clarify comment * Removes two separate endpoints to get and generate * Rename classes for get context request * Update src/Microsoft.SqlTools.ServiceLayer/Metadata/MetadataService.cs Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Update src/Microsoft.SqlTools.ServiceLayer/Metadata/MetadataService.cs Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Code review changes * Throw exception and localize ex messages --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -7259,6 +7259,11 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Failed to generate server contextualization scripts</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToFindConnectionInfoAboutTheServer">
|
||||
<source>Failed to find connection info about the server</source>
|
||||
<target state="new">Failed to find connection info about the server</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user