mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Handle nukpg database references in project.ts (#22762)
* changes in project.ts for adding nupkg database references * Add tests * more tests * fix comment * remove it.only
This commit is contained in:
@@ -31,3 +31,8 @@ export interface IProjectReferenceSettings extends IUserDatabaseReferenceSetting
|
||||
projectName: string;
|
||||
projectGuid: string;
|
||||
}
|
||||
|
||||
export interface INugetPackageReferenceSettings extends IUserDatabaseReferenceSettings {
|
||||
packageName: string;
|
||||
packageVersion: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user