mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
Swapping Record usage to Map in SQL Projects (#22758)
* Changing SqlCmdVars from Record to Map * Converting the rest * Updating tests * more cleanup * Updating test to use new test creation API
This commit is contained in:
@@ -248,7 +248,7 @@ declare module 'sqldbproj' {
|
||||
/**
|
||||
* SqlCmd variables and their values
|
||||
*/
|
||||
readonly sqlCmdVariables: Record<string, string>;
|
||||
readonly sqlCmdVariables: Map<string, string>;
|
||||
|
||||
/**
|
||||
* Pre-deployment scripts in this project
|
||||
|
||||
Reference in New Issue
Block a user