mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Initial commit of Database Projects extension (#8540)
* Initial commit of Database Projects extension * Removing unused references, correcting license, tabs -> spaces in package.json * cleaning up linter errors
This commit is contained in:
6
extensions/sql-database-projects/package.nls.json
Normal file
6
extensions/sql-database-projects/package.nls.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"sqlDatabaseProjects.displayName": "Database Projects",
|
||||
"sqlDatabaseProjects.description": "Design and deploy SQL database schemas",
|
||||
"sqlDatabaseProjects.new": "New Database Project",
|
||||
"sqlDatabaseProjects.open": "Open Database Project"
|
||||
}
|
||||
Reference in New Issue
Block a user