cleanup sql projects readme (#22538)

* cleanup sql projects readme

* update to use code blocks for commands
This commit is contained in:
Kim Santiago
2023-03-30 15:56:17 -07:00
committed by GitHub
parent 4ff16885c1
commit 8e82f62164

View File

@@ -17,10 +17,10 @@ Please report issues and feature requests [here.](https://github.com/microsoft/a
## Getting Started with Database Projects
* 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 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.
* Create a new database project by going to the `Database Projects` view or by searching `Database Projects: New` in the command palette.
* Existing database projects can be opened by going to the `Database Projects` view or by searching `Database Projects: Open existing` in the command palette.
* 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 (Preview).
## Code of Conduct