Skip to content

Commit 8f94314

Browse files
committed
fix themis comments
1 parent 3b6af1d commit 8f94314

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/quickstart/vscode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Visual Studio Code Extension
22

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).
44
55
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.
66

@@ -10,11 +10,11 @@ Installation is done through the VSCode extension marketplace, search for `SQLMe
1010

1111
### Recommended setup
1212

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.
1414

1515
#### SQLMesh Core
1616

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:
1818

1919
```bash
2020
python -m venv .venv
@@ -44,7 +44,7 @@ Once you have the virtual environment, you can make sure that Visual Studio Code
4444

4545
![Select interpreter](./vscode/select_interpreter.png)
4646

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 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:
4848
- `Sign in to Tobiko Cloud`
4949
- `Sign out of Tobiko Cloud`
5050

0 commit comments

Comments
 (0)