mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* Adding mock contents for tree * added open sqlproj dialog * reading files from directory * Added directory traversal * Adding tree sorting by folder vs file and label * Improved auto-unfolding of tree based on node type * replacing fs with fs.promise alias * added activation event for when workspace contains sqlproj files * Returning after displaying error
8 lines
292 B
JSON
8 lines
292 B
JSON
{
|
|
"sqlDatabaseProjects.displayName": "Database Projects",
|
|
"sqlDatabaseProjects.description": "Design and deploy SQL database schemas",
|
|
"sqlDatabaseProjects.new": "New Database Project",
|
|
"sqlDatabaseProjects.open": "Open Database Project",
|
|
"title.projectsView": "SQL Database Projects"
|
|
}
|