Skip to content

Commit 8cebd09

Browse files
Update docs/guides/vscode.md
Co-authored-by: Ben <[email protected]>
1 parent cab87d6 commit 8cebd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ You can verify that the environment variables are being passed to the language s
168168
3. You should see the environment variables printed in the terminal
169169
![terminal_env_vars](./vscode/terminal_env_vars.png)
170170

171-
If you change your environment variables in the terminal during development (e.g. `export DATABASE_PASSWORD='XYZ'`), you must restart the language server for the changes to take effect. You can do this by running the following command in the terminal:
171+
If you change your setup during development (e.g., add variables to your shell config), you must restart the language server for the changes to take effect. You can do this by running the following command in the terminal:
172172

173173
1. `Cmd +Shift + P` (`Ctrl + Shift + P` in case of Windows) to start the VSCode command bar
174174
2. Select the option: `SQLMesh: Restart Servers`

0 commit comments

Comments
 (0)