Skip to content

Commit e4ba6c9

Browse files
sungchun12treysp
andauthored
Update docs/guides/vscode.md
Co-authored-by: Trey Spiller <[email protected]>
1 parent 8c334cd commit e4ba6c9

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
@@ -166,7 +166,7 @@ You can verify that the environment variables are being passed to the language s
166166
1. `Cmd +Shift + P` (`Ctrl + Shift + P` in case of Windows) to start the VSCode command bar
167167
![print_env_vars](./vscode/print_env_vars.png)
168168
2. Select the option: `SQLMesh: Print Environment Variables`
169-
3. You should see the environment variables printed in the terminal.
169+
3. You should see the environment variables printed in the terminal
170170
![terminal_env_vars](./vscode/terminal_env_vars.png)
171171

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

0 commit comments

Comments
 (0)