Skip to content

Commit 3561a09

Browse files
sethusrinivasanpensivebrian
authored andcommitted
Fixed Typo in command-line; fixed broken hyper link for VS Python extension (#115)
- 1st parameter command-line to run integration test had a typo. - VS code extension for python - link does not exist; replaced with MS Python VS code extension link
1 parent fa29f5a commit 3561a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/development_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ General development steps that apply to both a virtual environment or a global e
8888
#### Visual Studio Code (Any platform)
8989
9090
1. Install VS Code
91-
2. Install the the VS Code [Python extension](https://marketplace.visualstudio.com/items?itemName=donjayamanne.python)
91+
2. Install the the VS Code [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
9292
9393
The repo has a launch.json file that will launch the version of Python that is first on your path.
9494
@@ -122,7 +122,7 @@ Provided your PYTHONPATH was set correctly, you can run the tests from your `<cl
122122
2. Run integration tests (code format, unit tests, packaging, integration,) with tox:
123123
124124
```
125-
python build.by integration_test
125+
python build.py integration_test
126126
```
127127
128128
## <a name="Run_mssql-cli"></a>5. Running mssql-cli

0 commit comments

Comments
 (0)