mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Initial commit of Database Projects extension * Removing unused references, correcting license, tabs -> spaces in package.json * cleaning up linter errors
7 lines
244 B
JSON
7 lines
244 B
JSON
{
|
|
"sqlDatabaseProjects.displayName": "Database Projects",
|
|
"sqlDatabaseProjects.description": "Design and deploy SQL database schemas",
|
|
"sqlDatabaseProjects.new": "New Database Project",
|
|
"sqlDatabaseProjects.open": "Open Database Project"
|
|
}
|