mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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,3 +1,17 @@
|
||||
# Microsoft Data Workspace for Azure Data Studio and VS Code
|
||||
|
||||
## Overview
|
||||
|
||||
This extension provides additional common functionality for database projects in Azure Data Studio and VS Code. It requires other extensions to contribute support for specific project types.
|
||||
|
||||
### VS Code
|
||||
|
||||
This extension is bundled into the `SQL Server (MSSQL)` extension for VS Code and is required by the `SQL Database Projects` extension. It will be installed automatically when those extensions are updated or installed.
|
||||
|
||||
### Azure Data Studio
|
||||
|
||||
This extension is built into Azure Data Studio and will show up under the list of builtin extensions.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"data-workspace-view-container-name": "Projects",
|
||||
"main-view-name": "Projects",
|
||||
"data-workspace-view-container-name": "Database Projects",
|
||||
"main-view-name": "Database Projects",
|
||||
"new-command": "New",
|
||||
"refresh-workspace-command": "Refresh",
|
||||
"close-workspace-command": "Close Workspace",
|
||||
|
||||
Reference in New Issue
Block a user