mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
Handle no azdata API in sql db proj extension gracefully (#15873)
* Update db proj ext to handle not having azdata API available * Fixes * Fix compile
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { ThemedIconPath } from 'azdata';
|
||||
import type { ThemedIconPath } from 'azdata';
|
||||
import * as dataworkspace from 'dataworkspace';
|
||||
import * as sqldbproj from 'sqldbproj';
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
Reference in New Issue
Block a user