Skip to content

Commit 2ef99b6

Browse files
Update BUILDGUIDE.md
Adding tip on environment variables
1 parent b90a5ae commit 2ef99b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BUILDGUIDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ This will:
158158
Tests require a database connection string and must be run from the project root directory.
159159
Set the `DB_CONNECTION_STRING` environment variable before running tests:
160160

161+
> [!TIP]
162+
> If you are using VS Code you may have to close all open windows for the new environment variable to be visible.
163+
161164
### Windows (Command Prompt)
162165
```cmd
163166
# If you're in mssql_python/pybind/, navigate back to the project root:

0 commit comments

Comments
 (0)