mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Add nupkg database reference option for sql projects in vscode (#22882)
* add nupkg db ref option in vscode * add telemetry for nupkg db ref * update comment
This commit is contained in:
@@ -166,6 +166,7 @@ export const newText = localize('new', "New");
|
||||
export const selectDatabase = localize('selectDatabase', "Select database");
|
||||
export const done = localize('done', "Done");
|
||||
export const nameMustNotBeEmpty = localize('nameMustNotBeEmpty', "Name must not be empty");
|
||||
export const versionMustNotBeEmpty = localize('versionMustNotBeEmpty', "Version must not be empty");
|
||||
|
||||
//#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user