You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Visual Studio Code Extension
2
2
3
-
> The extension is currently in **preview** and as such is subject to change. You may also encoutnter 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
+
> 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).
4
4
5
5
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.
6
6
@@ -10,11 +10,11 @@ Installation is done through the VSCode extension marketplace, search for `SQLMe
10
10
11
11
### Recommended setup
12
12
13
-
While installing the extension is simple, setting up a python environmnt correctly is a bit more involved. We do recommend using a dedicated *python virtual environment* to install SQLMesh. For a complete guide visit the [python documentation](https://docs.python.org/3/library/venv.html) but the following steps will create the virtual environment, activate it and install SQLMesh for both a SQLMesh core setup and a Tobiko Cloud setup.
13
+
While installing the extension is simple, setting up a python environment correctly is a bit more involved. We do recommend using a dedicated *python virtual environment* to install SQLMesh. For a complete guide visit the [python documentation](https://docs.python.org/3/library/venv.html) but the following steps will create the virtual environment, activate it and install SQLMesh for both a SQLMesh core setup and a Tobiko Cloud setup.
14
14
15
15
#### SQLMesh Core
16
16
17
-
but as a summary you can do the following, which will create the virtual environment, activate it and install SQLMesh:
17
+
For SQLMesh core, you can create a virtual environment, activate it and install SQLMesh as follows:
18
18
19
19
```bash
20
20
python -m venv .venv
@@ -44,7 +44,7 @@ Once you have the virtual environment, you can make sure that Visual Studio Code
You can use the `tcloud` commands in your terminal to do the operations as usual or the extension exposes the same commands through the command pallette under the following commands:
47
+
You can use the `tcloud` commands in your terminal to do the operations as usual, or the extension exposes the same commands through the command palette under the following commands:
0 commit comments