Move project entry classes to separate file (#17629)

* moving ProjectEntry stuff to another file

* cleanup
This commit is contained in:
Kim Santiago
2021-11-09 16:03:39 -08:00
committed by GitHub
parent 329ea4103c
commit b6047ad87d
10 changed files with 177 additions and 160 deletions

View File

@@ -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;