mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
- Basic plumbing to support connections for a URI rather than global connections. Typical use case is editor requests to connect, but this isn't the only possible use - Tests pass but need updating to cover new functionality, and re-enable AutoCompleteService test once there is a ServiceDiscovery component that registers and returns services. This is necessary as .Instance won't allow for dependency injection and proper testing.
16 lines
396 B
XML
16 lines
396 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration >
|
|
|
|
<config>
|
|
<add key="DefaultPushSource" value="http://SQLISNuget/DS-SSMS/api/v2/package" />
|
|
</config>
|
|
|
|
<packageSources>
|
|
|
|
<!-- Add the SSMS repo for private requirements -->
|
|
<add key="SQLDS - SSMS" value="http://SQLISNuget/DS-SSMS/nuget/" />
|
|
<add key="CrossPlat" value="W:/" />
|
|
</packageSources>
|
|
|
|
</configuration>
|