mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
move publish interfaces out of sqldbproj.d.ts (#22521)
This commit is contained in:
@@ -14,7 +14,7 @@ import { Project } from '../models/project';
|
||||
import { getPublishDatabaseSettings } from './publishDatabaseQuickpick';
|
||||
import { AzureSqlClient } from '../models/deploy/azureSqlClient';
|
||||
import { IAccount } from 'vscode-mssql';
|
||||
import { ISqlProjectPublishSettings } from 'sqldbproj';
|
||||
import { ISqlProjectPublishSettings } from '../models/deploy/publishSettings';
|
||||
|
||||
/**
|
||||
* Create flow for Deploying a database using only VS Code-native APIs such as QuickPick
|
||||
|
||||
Reference in New Issue
Block a user