mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 09:38:26 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user