Skip to content

Commit f65640f

Browse files
committed
Made dev / development container usage consistent in the documentation.
Signed-off-by: davem-bis <68955845+davem-bis@users.noreply.github.com>
1 parent 4005062 commit f65640f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ The development environment of SQLMesh depends both on:
1818
* Symbolic links in the repository which, whilst available on Windows, typically require additional permissions for the process running git, and;
1919
* Some Python functionality (e.g. `SIGUSR1`) that is only available on UNIX systems. Whilst this functionality is gated so shouldn't error on Windows, the development container enables its use.
2020

21-
For the Python functionality, a dev container is provided to develop against Ubuntu 24 with Python 3.12.
21+
For the Python functionality, a development container is provided to develop against Ubuntu 24 with Python 3.12.
2222

2323
For symbolic links, you must ensure that when checking out the repository:
2424

25-
* The git configuration `core.symlinks` is set to `true` (this also needs to be done before bind mount, i.e. when the dev container is started)
25+
* The git configuration `core.symlinks` is set to `true` (this also needs to be done before bind mount, i.e. when the development container is started)
2626
* The process that git runs as is permitted to create symbolic links. This can typically be done by running git as an administrator, or enabling [developer mode on Windows](https://learn.microsoft.com/en-us/windows/advanced-settings/developer-mode).
2727

28-
Dev containers are supported by [a number of IDEs](https://containers.dev/supporting.html). For developers using VSCode, [Microsoft has a tutorial on how to use dev containers](https://code.visualstudio.com/docs/devcontainers/tutorial).
28+
Development containers are supported by [a number of IDEs](https://containers.dev/supporting.html). For developers using VSCode, [Microsoft has a tutorial on how to use development containers](https://code.visualstudio.com/docs/devcontainers/tutorial).
2929

3030
## Virtual environment setup
3131

0 commit comments

Comments
 (0)