String updates for Data Workspace & SQL Proj (#17504)

* Clean up extension descriptions

* More cleanup

* learning to spell

* Remove unused loc strings

* Add bundling information & rename view container

* Update data workspace readme
This commit is contained in:
Charles Gagnon
2021-10-28 13:33:19 -07:00
committed by GitHub
parent 12261aa7a2
commit 114a768634
4 changed files with 30 additions and 7 deletions

View File

@@ -1,9 +1,17 @@
# Microsoft SQL Server Database Projects for Azure Data Studio and VS Code
Microsoft SQL Server Database Projects for Azure Data Studio and VS Code includes:
## Overview
Microsoft SQL Server Database Projects for Azure Data Studio and VS Code provides a way to design, edit, and publish schemas for SQL databases from a source controlled project.
### VS Code
This extension is bundled into the `SQL Server (MSSQL)` extension for VS Code and will be installed automatically when that extension is updated or installed.
### Azure Data Studio
This extension is provided as a separate extension in the marketplace.
## Database Projects
The Database Projects extension provides a way to design, edit, and publish schemas for SQL databases from a source controlled project.
Please report issues and feature requests [here.](https://github.com/microsoft/azuredatastudio/issues)
@@ -11,7 +19,8 @@ Please report issues and feature requests [here.](https://github.com/microsoft/a
* Create a new database project by going to the **Projects** viewlet or by searching **Projects: New** in the command palette.
* Existing database projects can be opened by going to the **Projects** viewlet or by searching **Projects: Open Existing** in the command palette.
* Start from an existing database by using **Create Project From Database** from the command palette or database context menu.
* Start from an existing database by using the **Create Project from Database** from the command palette or database context menu.
* Start from an OpenAPI/Swagger spec by using the **Generate SQL Project from OpenAPI/Swagger spec** command.
## Code of Conduct

View File

@@ -1,7 +1,7 @@
{
"name": "sql-database-projects",
"displayName": "SQL Database Projects",
"description": "Allows users to develop and publish database schemas for MSSQL Databases",
"description": "Enables users to develop and publish database schemas for MSSQL Databases",
"version": "0.14.0",
"publisher": "Microsoft",
"preview": true,