mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Move project entry classes to separate file (#17629)
* moving ProjectEntry stuff to another file * cleanup
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { SystemDatabase } from './project';
|
||||
import { Uri } from 'vscode';
|
||||
import { SystemDatabase } from './projectEntry';
|
||||
|
||||
export interface IDatabaseReferenceSettings {
|
||||
databaseName?: string;
|
||||
|
||||
Reference in New Issue
Block a user