Skip to content

Commit 8b69538

Browse files
minho42kimadeline
authored andcommitted
Fix typos (microsoft#6470)
* Fix typos * Fix typos
1 parent d69efae commit 8b69538

File tree

38 files changed

+94
-94
lines changed

38 files changed

+94
-94
lines changed

.github/test_plan.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- [ ] Right-click
3535
- [ ] Command
3636
- [ ] `Shift+Enter`
37-
37+
3838
#### Terminal
3939
Sample file:
4040
```python
@@ -316,7 +316,7 @@ def test_failure():
316316
- [ ] `Run Test` works
317317
- [ ] `Debug Test` works
318318
- [ ] A `Diagnostic` is shown in the problems pane for each failed/skipped test
319-
- [ ] The `Diagnostic`s are organized according to the file the test was executed from (not neccesarily the file it was defined in)
319+
- [ ] The `Diagnostic`s are organized according to the file the test was executed from (not necessarily the file it was defined in)
320320
- [ ] The appropriate `DiagnosticRelatedInformation` is shown for each `Diagnostic`
321321
- [ ] The `DiagnosticRelatedInformation` reflects the traceback for the test
322322

@@ -385,7 +385,7 @@ def test_failure():
385385
1. After manualTestFile.py has been run drop down the Variables section at the top of the Interactive Window
386386
1. In the Variables list there should be an entry for all variables created. These variables might change as more is added to manualTestFile.py.
387387
1. Check that variables have expected values. They will be truncated for longer items
388-
1. Sort the list ascending and descending by Type. Also sort the list ascending and descenting by Count. Values like (X, Y) use the first X value for Count sort ordering
388+
1. Sort the list ascending and descending by Type. Also sort the list ascending and descending by Count. Values like (X, Y) use the first X value for Count sort ordering
389389
1. Check that list, Series, ndarray, and DataFrame types have a button to "Show variable in data viewer" on the right
390390
1. In the Interactive Window input box add a new variable. Verify that it is added into the Variable Explorer
391391
- [ ] Verify Data Explorer
@@ -404,11 +404,11 @@ def test_failure():
404404
#### P1 Test Scenarios
405405
- [ ] Connect to a `remote` server
406406
1. Open up a valid python command prompt that can run `jupyter notebook` (a default Anaconda prompt works well)
407-
1. Run `jupyter notebook` to start up a local Jupyter server
408-
1. In the command window that launched Jupyter look for the server / token name like so: http://localhost:8888/?token=bf9eae43641cd75015df9104f814b8763ef0e23ffc73720d
407+
1. Run `jupyter notebook` to start up a local Jupyter server
408+
1. In the command window that launched Jupyter look for the server / token name like so: http://localhost:8888/?token=bf9eae43641cd75015df9104f814b8763ef0e23ffc73720d
409409
1. Run the command `Python: Select Jupyter server URI` then `Type in the URI to connect to a running jupyter server`
410410
1. Input the server / token name here
411-
1. Now run the cells in the manualTestFile.py
411+
1. Now run the cells in the manualTestFile.py
412412
1. Verify that you see the server name in the initial connection message
413413
1. Verify the outputs of the cells
414414
- [ ] Interactive Window commands
@@ -458,7 +458,7 @@ def test_failure():
458458
1. Also make sure you are set to locally launch Jupyter and not to connect to an existing URI
459459
1. In addition to your main testing environment install a new python or miniconda install (conda won't work as it has Jupyter by default)
460460
1. In VS code change the python interpreter to the new install
461-
1. Try `Run Cell`
461+
1. Try `Run Cell`
462462
1. You should get a message that Jupyter was not found and that it is defaulting back to launch on the python instance that has Jupyter
463463
- [ ] LiveShare Support
464464
1. Install the LiveShare VSCode Extension
@@ -470,7 +470,7 @@ def test_failure():
470470
1. Open another window of VSCode
471471
1. Connect the second instance of VSCode as a Guest to the first Live Share session
472472
1. After the workspace opens, open the manualTestFile.py on the Guest instance
473-
1. On the Guest instance run a cell from the file, both via the codelens and via the command palette `Run Cell` command
473+
1. On the Guest instance run a cell from the file, both via the codelens and via the command palette `Run Cell` command
474474
- [ ] Verify results
475475
1. Output should show up on the Guest Interactive Window
476476
1. Same output should show up in the Host Interactive Window

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ part of!
305305

306306
### Fixes
307307

308-
1. Changes to identificaction of `shell` for the activation of environments in the terminal.
308+
1. Changes to identification of `shell` for the activation of environments in the terminal.
309309
([#5743](https://github.com/microsoft/vscode-python/issues/5743))
310310

311311
## 2019.5.17517 (30 May 2019)
@@ -767,7 +767,7 @@ part of!
767767
### Fixes
768768

769769
1. Update ptvsd to [4.2.7](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.7).
770-
* Fix issues related to debugging Django templagtes.
770+
* Fix issues related to debugging Django templates.
771771
1. Update the Python language server to 0.2.47.
772772

773773
### Code Health
@@ -782,7 +782,7 @@ part of!
782782

783783
1. Fix regression preventing the expansion of variables in the watch window and the debug console.
784784
([#5035](https://github.com/Microsoft/vscode-python/issues/5035))
785-
1. Display survey banner (again) for Language Server when using current Lanaguage Server.
785+
1. Display survey banner (again) for Language Server when using current Language Server.
786786
([#5064](https://github.com/Microsoft/vscode-python/issues/5064))
787787
1. Update ptvsd to [4.2.6](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.6).
788788
([#5083](https://github.com/Microsoft/vscode-python/issues/5083))
@@ -890,7 +890,7 @@ part of!
890890
([#4743](https://github.com/Microsoft/vscode-python/issues/4743))
891891
1. Perform case insensitive comparison of Python Environment paths
892892
([#4797](https://github.com/Microsoft/vscode-python/issues/4797))
893-
1. Ensure `Jedi` uses the currently selected intepreter.
893+
1. Ensure `Jedi` uses the currently selected interpreter.
894894
(thanks [Selim Belhaouane](https://github.com/selimb))
895895
([#4687](https://github.com/Microsoft/vscode-python/issues/4687))
896896
1. Multiline comments with text on the first line break Python Interactive window execution.
@@ -1123,7 +1123,7 @@ part of!
11231123
([#4371](https://github.com/Microsoft/vscode-python/issues/4371))
11241124
1. Update ptvsd to [4.2.4](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.4).
11251125
([#4457](https://github.com/Microsoft/vscode-python/issues/4457))
1126-
* Validate brekpoint targets.
1126+
* Validate breakpoint targets.
11271127
* Properly exclude certain files from showing up in the debugger.
11281128

11291129
### Fixes
@@ -1661,7 +1661,7 @@ part of!
16611661

16621662
### Code Health
16631663

1664-
1. Added basic integration tests for the new Lanaguage Server.
1664+
1. Added basic integration tests for the new Language Server.
16651665
([#2041](https://github.com/Microsoft/vscode-python/issues/2041))
16661666
1. Add smoke tests for the extension.
16671667
([#3021](https://github.com/Microsoft/vscode-python/issues/3021))
@@ -1678,7 +1678,7 @@ part of!
16781678
([#3350](https://github.com/Microsoft/vscode-python/issues/3350))
16791679
1. Stop running CI tests against the `master` branch of ptvsd.
16801680
([#3414](https://github.com/Microsoft/vscode-python/issues/3414))
1681-
1. Be more aggresive in searching for a Python environment that can run Jupyter
1681+
1. Be more aggressive in searching for a Python environment that can run Jupyter
16821682
(make sure to cleanup any kernelspecs that are created during this process).
16831683
([#3433](https://github.com/Microsoft/vscode-python/issues/3433))
16841684

@@ -2159,7 +2159,7 @@ part of!
21592159
([#2266](https://github.com/Microsoft/vscode-python/issues/2266))
21602160
1. Deprecate command `Python: Build Workspace Symbols` when using the language server.
21612161
([#2267](https://github.com/Microsoft/vscode-python/issues/2267))
2162-
1. Pin version of `pylint` to `3.6.3` to allow ensure `pylint` gets installed on Travis with Pytnon2.7.
2162+
1. Pin version of `pylint` to `3.6.3` to allow ensure `pylint` gets installed on Travis with Python2.7.
21632163
([#2305](https://github.com/Microsoft/vscode-python/issues/2305))
21642164
1. Remove some of the debugger tests and fix some minor debugger issues.
21652165
([#2307](https://github.com/Microsoft/vscode-python/issues/2307))
@@ -2362,7 +2362,7 @@ part of!
23622362
([#1064](https://github.com/Microsoft/vscode-python/issues/1064))
23632363
1. Improvements to the logic used to parse the arguments passed into the test frameworks.
23642364
([#1070](https://github.com/Microsoft/vscode-python/issues/1070))
2365-
1. Ensure navigation to definitons follows imports and is transparent to decoration.
2365+
1. Ensure navigation to definitions follows imports and is transparent to decoration.
23662366
(thanks [Peter Law](https://github.com/PeterJCLaw))
23672367
([#1638](https://github.com/Microsoft/vscode-python/issues/1638))
23682368
1. Fix for intellisense failing when using the new `Outline` feature.
@@ -2505,7 +2505,7 @@ nearly as feature-rich and useful as it is.
25052505
([#452](https://github.com/Microsoft/vscode-python/issues/452))
25062506
1. Ensure empty paths do not get added into `sys.path` by the Jedi language server. (this was fixed in the previous release in [#1471](https://github.com/Microsoft/vscode-python/pull/1471))
25072507
([#677](https://github.com/Microsoft/vscode-python/issues/677))
2508-
1. Resolves rename refactor issue that remvoes the last line of the source file when the line is being refactored and source does not end with an EOL.
2508+
1. Resolves rename refactor issue that removes the last line of the source file when the line is being refactored and source does not end with an EOL.
25092509
([#695](https://github.com/Microsoft/vscode-python/issues/695))
25102510
1. Ensure the prompt to install missing packages is not displayed more than once.
25112511
([#980](https://github.com/Microsoft/vscode-python/issues/980))
@@ -2562,7 +2562,7 @@ nearly as feature-rich and useful as it is.
25622562
([#1794](https://github.com/Microsoft/vscode-python/issues/1794))
25632563
1. Fix failing Prospector unit tests and add more tests for linters (with and without workspaces).
25642564
([#1836](https://github.com/Microsoft/vscode-python/issues/1836))
2565-
1. Ensure `Outline` view doesn't overload the language server with too many requets, while user is editing text in the editor.
2565+
1. Ensure `Outline` view doesn't overload the language server with too many requests, while user is editing text in the editor.
25662566
([#1856](https://github.com/Microsoft/vscode-python/issues/1856))
25672567

25682568

@@ -2612,7 +2612,7 @@ his help on [our issue tracker](https://github.com/Microsoft/vscode-python)!
26122612
([#1395](https://github.com/Microsoft/vscode-python/issues/1395))
26132613
1. Intergrate Jedi 0.12. See https://github.com/davidhalter/jedi/issues/1063#issuecomment-381417297 for details.
26142614
([#1400](https://github.com/Microsoft/vscode-python/issues/1400))
2615-
1. Enable Jinja template debugging as a default behaivour when using the Watson debug configuration for debugging of Watson applications.
2615+
1. Enable Jinja template debugging as a default behaviour when using the Watson debug configuration for debugging of Watson applications.
26162616
([#1480](https://github.com/Microsoft/vscode-python/issues/1480))
26172617
1. Enable Jinja template debugging as a default behavior when debugging Pyramid applications.
26182618
([#1492](https://github.com/Microsoft/vscode-python/issues/1492))
@@ -2624,7 +2624,7 @@ his help on [our issue tracker](https://github.com/Microsoft/vscode-python)!
26242624
```
26252625
Additional capabilities:
26262626
* `ptvsd.break_into_debugger()` to break into the attached debugger.
2627-
* `ptvsd.wait_for_attach(timeout)` to cause the program to wait untill a debugger attaches.
2627+
* `ptvsd.wait_for_attach(timeout)` to cause the program to wait until a debugger attaches.
26282628
* `ptvsd.is_attached()` to determine whether a debugger is attached to the program.
26292629
([#907](https://github.com/Microsoft/vscode-python/issues/907))
26302630

@@ -2638,7 +2638,7 @@ his help on [our issue tracker](https://github.com/Microsoft/vscode-python)!
26382638
([#1072](https://github.com/Microsoft/vscode-python/issues/1072))
26392639
1. Reverted change that ended up considering symlinked interpreters as duplicate interpreter.
26402640
([#1192](https://github.com/Microsoft/vscode-python/issues/1192))
2641-
1. Display errors returned by the PipEnv command when identifying the corresonding environment.
2641+
1. Display errors returned by the PipEnv command when identifying the corresponding environment.
26422642
([#1254](https://github.com/Microsoft/vscode-python/issues/1254))
26432643
1. When `editor.formatOnType` is on, don't add a space for `*args` or `**kwargs`
26442644
([#1257](https://github.com/Microsoft/vscode-python/issues/1257))
@@ -2737,9 +2737,9 @@ his help on [our issue tracker](https://github.com/Microsoft/vscode-python)!
27372737
([#526](https://github.com/Microsoft/vscode-python/issues/526))
27382738
1. Disable the display of errors messages when rediscovering of tests fail in response to changes to files, e.g. don't show a message if there's a syntax error in the test code.
27392739
([#704](https://github.com/Microsoft/vscode-python/issues/704))
2740-
1. Bundle python depedencies (PTVSD package) in the extension for the experimental debugger.
2740+
1. Bundle python dependencies (PTVSD package) in the extension for the experimental debugger.
27412741
([#741](https://github.com/Microsoft/vscode-python/issues/741))
2742-
1. Add support for expermental debugger when debugging Python Unit Tests.
2742+
1. Add support for experimental debugger when debugging Python Unit Tests.
27432743
([#906](https://github.com/Microsoft/vscode-python/issues/906))
27442744
1. Support `Debug Console` as a `console` option for the Experimental Debugger.
27452745
([#950](https://github.com/Microsoft/vscode-python/issues/950))
@@ -3107,10 +3107,10 @@ the following people who contributed code:
31073107
* Provide a warning about known issues with having pyenv.cfg whilst debugging [#913](https://github.com/DonJayamanne/pythonVSCode/issues/913)
31083108
* Create .vscode directory if not found [#1043](https://github.com/DonJayamanne/pythonVSCode/issues/1043)
31093109
* Highlighted text due to linter errors is off by one column [#965](https://github.com/DonJayamanne/pythonVSCode/issues/965), [#970](https://github.com/DonJayamanne/pythonVSCode/pull/970)
3110-
* Added preminary support for WSL Bash and Cygwin [#1049](https://github.com/DonJayamanne/pythonVSCode/pull/1049)
3110+
* Added preliminary support for WSL Bash and Cygwin [#1049](https://github.com/DonJayamanne/pythonVSCode/pull/1049)
31113111
* Ability to configure the linter severity levels [#941](https://github.com/DonJayamanne/pythonVSCode/pull/941), [#895](https://github.com/DonJayamanne/pythonVSCode/issues/895)
31123112
* Fixes to unit tests [#1051](https://github.com/DonJayamanne/pythonVSCode/pull/1051), [#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
3113-
* Outdent lines following `contibue`, `break` and `return` [#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
3113+
* Outdent lines following `continue`, `break` and `return` [#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
31143114
* Change location of cache for Jedi files [#1035](https://github.com/DonJayamanne/pythonVSCode/pull/1035)
31153115
* Fixes to the way directories are searched for Python interpreters [#569](https://github.com/DonJayamanne/pythonVSCode/issues/569), [#1040](https://github.com/DonJayamanne/pythonVSCode/pull/1040)
31163116
* Handle outputs from Python packages that interfere with the way autocompletion is handled [#602](https://github.com/DonJayamanne/pythonVSCode/issues/602)
@@ -3208,7 +3208,7 @@ the following people who contributed code:
32083208
* Adding support for debug snippets [#660](https://github.com/DonJayamanne/pythonVSCode/issues/660)
32093209
* Ability to run a selected text in a Django shell [#652](https://github.com/DonJayamanne/pythonVSCode/issues/652)
32103210
* Adding support for the use of a customized 'isort' for sorting of imports [#632](https://github.com/DonJayamanne/pythonVSCode/pull/632)
3211-
* Debuger auto-detecting python interpreter from the path provided [#688](https://github.com/DonJayamanne/pythonVSCode/issues/688)
3211+
* Debugger auto-detecting python interpreter from the path provided [#688](https://github.com/DonJayamanne/pythonVSCode/issues/688)
32123212
* Showing symbol type on hover [#657](https://github.com/DonJayamanne/pythonVSCode/pull/657)
32133213
* Fixes to running Python file when terminal uses Powershell [#651](https://github.com/DonJayamanne/pythonVSCode/issues/651)
32143214
* Fixes to linter issues when displaying Git diff view for Python files [#665](https://github.com/DonJayamanne/pythonVSCode/issues/665)
@@ -3278,7 +3278,7 @@ the following people who contributed code:
32783278
* Linting python files when they are opened [#462](https://github.com/DonJayamanne/pythonVSCode/issues/462)
32793279
* Fixes to unit tests discovery [#307](https://github.com/DonJayamanne/pythonVSCode/issues/307),
32803280
[#459](https://github.com/DonJayamanne/pythonVSCode/issues/459)
3281-
* Fixes to intelliense [#438](https://github.com/DonJayamanne/pythonVSCode/issues/438),
3281+
* Fixes to intellisense [#438](https://github.com/DonJayamanne/pythonVSCode/issues/438),
32823282
[#433](https://github.com/DonJayamanne/pythonVSCode/issues/433),
32833283
[#457](https://github.com/DonJayamanne/pythonVSCode/issues/457),
32843284
[#436](https://github.com/DonJayamanne/pythonVSCode/issues/436),
@@ -3366,7 +3366,7 @@ the following people who contributed code:
33663366
* Displaying errors in variable explorer when debugging [#271](https://github.com/DonJayamanne/pythonVSCode/issues/271)
33673367
* Ability to debug applications as sudo [#224](https://github.com/DonJayamanne/pythonVSCode/issues/224)
33683368
* Fixed debugger crashes [#263](https://github.com/DonJayamanne/pythonVSCode/issues/263)
3369-
* Asynchronour display of unit tests [#190](https://github.com/DonJayamanne/pythonVSCode/issues/190)
3369+
* Asynchronous display of unit tests [#190](https://github.com/DonJayamanne/pythonVSCode/issues/190)
33703370
* Fixed issues when using relative paths in ```settings.json``` [#276](https://github.com/DonJayamanne/pythonVSCode/issues/276)
33713371
* Fixes issue of hardcoding interpreter command arguments [#256](https://github.com/DonJayamanne/pythonVSCode/issues/256)
33723372
* Fixes resolving of remote paths when debugging remote applications [#252](https://github.com/DonJayamanne/pythonVSCode/issues/252)
@@ -3473,7 +3473,7 @@ the following people who contributed code:
34733473
* Added support to configure the output window for linting, formatting and unit test messages [#112](https://github.com/DonJayamanne/pythonVSCode/issues/112)
34743474

34753475
## Version 0.3.5
3476-
* Fixed printing of unicode characters when evaulating expressions [#73](https://github.com/DonJayamanne/pythonVSCode/issues/73)
3476+
* Fixed printing of unicode characters when evaluating expressions [#73](https://github.com/DonJayamanne/pythonVSCode/issues/73)
34773477

34783478
## Version 0.3.4
34793479
* Updated snippets

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,4 +282,4 @@ The development build of the extension:
282282
* Does not get updated with new development builds of the extension (if you want to
283283
test a newer development build, uninstall the old version of the
284284
extension and then install the new version)
285-
* Is built everytime a PR is commited into the [`master` branch](https://github.com/Microsoft/vscode-python).
285+
* Is built every time a PR is committed into the [`master` branch](https://github.com/Microsoft/vscode-python).

build/ci/templates/build_compile_steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ steps:
9999
inputs:
100100
pathtoPublish: $(Build.ArtifactStagingDirectory)
101101
artifactName: VSIX
102-
displayName: "Publish VSIX to Arifacts"
102+
displayName: "Publish VSIX to Artifacts"
103103
condition: and(succeeded(), eq(variables['build'], 'true'))

build/ci/templates/merge_upload_coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ steps:
3333
displayName: "Restore Coverage Info"
3434
condition: always()
3535

36-
# Now that we have downloaded artificats from `coverage-output-`, copy them
36+
# Now that we have downloaded artifacts from `coverage-output-`, copy them
3737
# into the root directory (they'll go under `.nyc_output/...`)
3838
# These are the coverage output files that can be merged and then we can generate a report from them.
3939
# This step results in downloading all individual `./nyc_output` results in coverage
40-
# from all different test outputs.
41-
# Running the process of generating reports, will result in generation of
40+
# from all different test outputs.
41+
# Running the process of generating reports, will result in generation of
4242
# reports from all coverage data, i.e. we're basically combining all to generate a single merged report.
4343
- bash: |
4444
cp -r coverage-output-*/ ./

0 commit comments

Comments
 (0)