Skip to content

Commit 094a953

Browse files
committed
Merge branch 'sung/vscode-env-vars' of https://github.com/TobikoData/sqlmesh into sung/vscode-env-vars
2 parents b9511fd + 6c0e064 commit 094a953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ You can verify that the environment variables are being passed to the language s
165165
1. `Cmd +Shift + P` (`Ctrl + Shift + P` in case of Windows) to start the VSCode command bar
166166
![print_env_vars](./vscode/print_env_vars.png)
167167
2. Select the option: `SQLMesh: Print Environment Variables`
168-
3. You should see the environment variables printed in the terminal.
168+
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 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:
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)