Skip to content

Commit 3b782d5

Browse files
authored
Chore: minor vscode docs updates (#4477)
1 parent de96622 commit 3b782d5

7 files changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ While installing the extension is simple, setting up and configuring a Python en
2424

2525
We recommend using a dedicated *Python virtual environment* to install SQLMesh. Visit the [Python documentation](https://docs.python.org/3/library/venv.html) for more information about virtual environments.
2626

27-
We describe the steps to create and activate a virtual environment below, but additional information is available on the [SQLMesh installation page](installation.md).
27+
We describe the steps to create and activate a virtual environment below, but additional information is available on the [SQLMesh installation page](../installation.md).
2828

2929
We first install the SQLMesh library, which is required by the extension.
3030

@@ -42,7 +42,7 @@ source .venv/bin/activate
4242

4343
#### Open-source SQLMesh
4444

45-
If you are using open-source SQLMesh, install SQLMesh with the `lsp` extra that enables the VSCode extension (learn more about SQLMesh extras [here](installation.md#install-extras)):
45+
If you are using open-source SQLMesh, install SQLMesh with the `lsp` extra that enables the VSCode extension (learn more about SQLMesh extras [here](../installation.md#install-extras)):
4646

4747
```bash
4848
pip install 'sqlmesh[lsp]'
@@ -62,7 +62,9 @@ Finally, add the `lsp` extra to your `tcloud.yml` configuration file, as describ
6262

6363
### VSCode Python interpreter
6464

65-
A Python virtual environment contains its own copy of Python (the "Python interpreter"). We need to make sure VSCode is using your virtual environment's interpreter rather than a system-wide or other interpreter that does not have access to the SQLMesh library we just installed.
65+
A Python virtual environment contains its own copy of Python (the "Python interpreter").
66+
67+
We need to make sure VSCode is using your virtual environment's interpreter rather than a system-wide or other interpreter that does not have access to the SQLMesh library we just installed.
6668

6769
Confirm that VSCode is using the correct interpreter by going to the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) and clicking `Python: Select Interpreter`. Select the Python executable that's in the virtual environment's directory `.venv`.
6870

File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nav:
3030
- guides/testing.md
3131
- guides/model_selection.md
3232
- SQLMesh tools:
33-
- quickstart/vscode.md
33+
- guides/vscode.md
3434
- guides/tablediff.md
3535
- guides/linter.md
3636
- guides/ui.md

0 commit comments

Comments
 (0)