Skip to content

Commit 860e9ea

Browse files
committed
addressing comments
1 parent 4a47260 commit 860e9ea

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/quickstart/vscode.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Visual Studio Code Extension
22

3-
> The extension is currently in **preview** and as such is subject to change. You may also encounter bugs and API incompatibilities with the SQLMesh version you are running. We encourage you to try it and raise any issues [here](https://github.com/tobikodata/sqlmesh/issues).
3+
!!! danger "Preview"
4+
5+
The extension is currently in preview and as such is subject to change. You may encounter bugs and API incompatibilities with the SQLMesh version you are running. We encourage you to try it and raise any issues [here](https://github.com/tobikodata/sqlmesh/issues).
46

57
In this quickstart guide, you'll set up the SQLMesh extension in Visual Studio Code. We'll show you the capabilities of the extension and how to troubleshoot common issues.
68

79
## Installation
810

9-
Installation is done through the VSCode extension marketplace, search for `SQLMesh` and install the extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=tobikodata.sqlmesh). For a more in depth guide on how to install extensions, see the [VSCode documentation](https://code.visualstudio.com/docs/configure/extensions/extension-marketplace#_install-an-extension).
11+
Installation is done through the official [marketplace](https://marketplace.visualstudio.com/items?itemName=tobikodata.sqlmesh) or by searching for `SQLMesh` in the "Extensions" tab of Visual Studio Code.
12+
13+
For further guidance on how to install extensions, see the [relevant Visual Studio Code documentation](https://code.visualstudio.com/docs/configure/extensions/extension-marketplace#_install-an-extension).
1014

1115
### Recommended setup
1216

@@ -86,7 +90,7 @@ The SQLMesh LSP adds a diagnostic provider for your SQLMesh project. If you have
8690

8791
**Formatting**
8892

89-
The SQLMesh LSP also adds a formatting provider for SQLMesh models. When you write SQL models, you can use formatter to foramt models consistently.
93+
The SQLMesh LSP also adds a formatting provider for SQLMesh models. When you write SQL models, you can use the formatter to format models consistently.
9094

9195
## Troubleshooting
9296

0 commit comments

Comments
 (0)