Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typos (#6470)
* Fix typos
* Fix typos
  • Loading branch information
minho42 authored and kimadeline committed Jul 9, 2019
1 parent d69efae commit 8b69538
Show file tree
Hide file tree
Showing 38 changed files with 94 additions and 94 deletions.
16 changes: 8 additions & 8 deletions .github/test_plan.md
Expand Up @@ -34,7 +34,7 @@
- [ ] Right-click
- [ ] Command
- [ ] `Shift+Enter`

#### Terminal
Sample file:
```python
Expand Down Expand Up @@ -316,7 +316,7 @@ def test_failure():
- [ ] `Run Test` works
- [ ] `Debug Test` works
- [ ] A `Diagnostic` is shown in the problems pane for each failed/skipped test
- [ ] The `Diagnostic`s are organized according to the file the test was executed from (not neccesarily the file it was defined in)
- [ ] The `Diagnostic`s are organized according to the file the test was executed from (not necessarily the file it was defined in)
- [ ] The appropriate `DiagnosticRelatedInformation` is shown for each `Diagnostic`
- [ ] The `DiagnosticRelatedInformation` reflects the traceback for the test

Expand Down Expand Up @@ -385,7 +385,7 @@ def test_failure():
1. After manualTestFile.py has been run drop down the Variables section at the top of the Interactive Window
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.
1. Check that variables have expected values. They will be truncated for longer items
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
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
1. Check that list, Series, ndarray, and DataFrame types have a button to "Show variable in data viewer" on the right
1. In the Interactive Window input box add a new variable. Verify that it is added into the Variable Explorer
- [ ] Verify Data Explorer
Expand All @@ -404,11 +404,11 @@ def test_failure():
#### P1 Test Scenarios
- [ ] Connect to a `remote` server
1. Open up a valid python command prompt that can run `jupyter notebook` (a default Anaconda prompt works well)
1. Run `jupyter notebook` to start up a local Jupyter server
1. In the command window that launched Jupyter look for the server / token name like so: http://localhost:8888/?token=bf9eae43641cd75015df9104f814b8763ef0e23ffc73720d
1. Run `jupyter notebook` to start up a local Jupyter server
1. In the command window that launched Jupyter look for the server / token name like so: http://localhost:8888/?token=bf9eae43641cd75015df9104f814b8763ef0e23ffc73720d
1. Run the command `Python: Select Jupyter server URI` then `Type in the URI to connect to a running jupyter server`
1. Input the server / token name here
1. Now run the cells in the manualTestFile.py
1. Now run the cells in the manualTestFile.py
1. Verify that you see the server name in the initial connection message
1. Verify the outputs of the cells
- [ ] Interactive Window commands
Expand Down Expand Up @@ -458,7 +458,7 @@ def test_failure():
1. Also make sure you are set to locally launch Jupyter and not to connect to an existing URI
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)
1. In VS code change the python interpreter to the new install
1. Try `Run Cell`
1. Try `Run Cell`
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
- [ ] LiveShare Support
1. Install the LiveShare VSCode Extension
Expand All @@ -470,7 +470,7 @@ def test_failure():
1. Open another window of VSCode
1. Connect the second instance of VSCode as a Guest to the first Live Share session
1. After the workspace opens, open the manualTestFile.py on the Guest instance
1. On the Guest instance run a cell from the file, both via the codelens and via the command palette `Run Cell` command
1. On the Guest instance run a cell from the file, both via the codelens and via the command palette `Run Cell` command
- [ ] Verify results
1. Output should show up on the Guest Interactive Window
1. Same output should show up in the Host Interactive Window
Expand Down
44 changes: 22 additions & 22 deletions CHANGELOG.md
Expand Up @@ -305,7 +305,7 @@ part of!

### Fixes

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

## 2019.5.17517 (30 May 2019)
Expand Down Expand Up @@ -767,7 +767,7 @@ part of!
### Fixes

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

### Code Health
Expand All @@ -782,7 +782,7 @@ part of!

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

### Fixes
Expand Down Expand Up @@ -1661,7 +1661,7 @@ part of!

### Code Health

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

Expand Down Expand Up @@ -2159,7 +2159,7 @@ part of!
([#2266](https://github.com/Microsoft/vscode-python/issues/2266))
1. Deprecate command `Python: Build Workspace Symbols` when using the language server.
([#2267](https://github.com/Microsoft/vscode-python/issues/2267))
1. Pin version of `pylint` to `3.6.3` to allow ensure `pylint` gets installed on Travis with Pytnon2.7.
1. Pin version of `pylint` to `3.6.3` to allow ensure `pylint` gets installed on Travis with Python2.7.
([#2305](https://github.com/Microsoft/vscode-python/issues/2305))
1. Remove some of the debugger tests and fix some minor debugger issues.
([#2307](https://github.com/Microsoft/vscode-python/issues/2307))
Expand Down Expand Up @@ -2362,7 +2362,7 @@ part of!
([#1064](https://github.com/Microsoft/vscode-python/issues/1064))
1. Improvements to the logic used to parse the arguments passed into the test frameworks.
([#1070](https://github.com/Microsoft/vscode-python/issues/1070))
1. Ensure navigation to definitons follows imports and is transparent to decoration.
1. Ensure navigation to definitions follows imports and is transparent to decoration.
(thanks [Peter Law](https://github.com/PeterJCLaw))
([#1638](https://github.com/Microsoft/vscode-python/issues/1638))
1. Fix for intellisense failing when using the new `Outline` feature.
Expand Down Expand Up @@ -2505,7 +2505,7 @@ nearly as feature-rich and useful as it is.
([#452](https://github.com/Microsoft/vscode-python/issues/452))
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))
([#677](https://github.com/Microsoft/vscode-python/issues/677))
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.
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.
([#695](https://github.com/Microsoft/vscode-python/issues/695))
1. Ensure the prompt to install missing packages is not displayed more than once.
([#980](https://github.com/Microsoft/vscode-python/issues/980))
Expand Down Expand Up @@ -2562,7 +2562,7 @@ nearly as feature-rich and useful as it is.
([#1794](https://github.com/Microsoft/vscode-python/issues/1794))
1. Fix failing Prospector unit tests and add more tests for linters (with and without workspaces).
([#1836](https://github.com/Microsoft/vscode-python/issues/1836))
1. Ensure `Outline` view doesn't overload the language server with too many requets, while user is editing text in the editor.
1. Ensure `Outline` view doesn't overload the language server with too many requests, while user is editing text in the editor.
([#1856](https://github.com/Microsoft/vscode-python/issues/1856))


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

Expand All @@ -2638,7 +2638,7 @@ his help on [our issue tracker](https://github.com/Microsoft/vscode-python)!
([#1072](https://github.com/Microsoft/vscode-python/issues/1072))
1. Reverted change that ended up considering symlinked interpreters as duplicate interpreter.
([#1192](https://github.com/Microsoft/vscode-python/issues/1192))
1. Display errors returned by the PipEnv command when identifying the corresonding environment.
1. Display errors returned by the PipEnv command when identifying the corresponding environment.
([#1254](https://github.com/Microsoft/vscode-python/issues/1254))
1. When `editor.formatOnType` is on, don't add a space for `*args` or `**kwargs`
([#1257](https://github.com/Microsoft/vscode-python/issues/1257))
Expand Down Expand Up @@ -2737,9 +2737,9 @@ his help on [our issue tracker](https://github.com/Microsoft/vscode-python)!
([#526](https://github.com/Microsoft/vscode-python/issues/526))
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.
([#704](https://github.com/Microsoft/vscode-python/issues/704))
1. Bundle python depedencies (PTVSD package) in the extension for the experimental debugger.
1. Bundle python dependencies (PTVSD package) in the extension for the experimental debugger.
([#741](https://github.com/Microsoft/vscode-python/issues/741))
1. Add support for expermental debugger when debugging Python Unit Tests.
1. Add support for experimental debugger when debugging Python Unit Tests.
([#906](https://github.com/Microsoft/vscode-python/issues/906))
1. Support `Debug Console` as a `console` option for the Experimental Debugger.
([#950](https://github.com/Microsoft/vscode-python/issues/950))
Expand Down Expand Up @@ -3107,10 +3107,10 @@ the following people who contributed code:
* Provide a warning about known issues with having pyenv.cfg whilst debugging [#913](https://github.com/DonJayamanne/pythonVSCode/issues/913)
* Create .vscode directory if not found [#1043](https://github.com/DonJayamanne/pythonVSCode/issues/1043)
* 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)
* Added preminary support for WSL Bash and Cygwin [#1049](https://github.com/DonJayamanne/pythonVSCode/pull/1049)
* Added preliminary support for WSL Bash and Cygwin [#1049](https://github.com/DonJayamanne/pythonVSCode/pull/1049)
* Ability to configure the linter severity levels [#941](https://github.com/DonJayamanne/pythonVSCode/pull/941), [#895](https://github.com/DonJayamanne/pythonVSCode/issues/895)
* Fixes to unit tests [#1051](https://github.com/DonJayamanne/pythonVSCode/pull/1051), [#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
* Outdent lines following `contibue`, `break` and `return` [#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
* Outdent lines following `continue`, `break` and `return` [#1050](https://github.com/DonJayamanne/pythonVSCode/pull/1050)
* Change location of cache for Jedi files [#1035](https://github.com/DonJayamanne/pythonVSCode/pull/1035)
* 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)
* Handle outputs from Python packages that interfere with the way autocompletion is handled [#602](https://github.com/DonJayamanne/pythonVSCode/issues/602)
Expand Down Expand Up @@ -3208,7 +3208,7 @@ the following people who contributed code:
* Adding support for debug snippets [#660](https://github.com/DonJayamanne/pythonVSCode/issues/660)
* Ability to run a selected text in a Django shell [#652](https://github.com/DonJayamanne/pythonVSCode/issues/652)
* Adding support for the use of a customized 'isort' for sorting of imports [#632](https://github.com/DonJayamanne/pythonVSCode/pull/632)
* Debuger auto-detecting python interpreter from the path provided [#688](https://github.com/DonJayamanne/pythonVSCode/issues/688)
* Debugger auto-detecting python interpreter from the path provided [#688](https://github.com/DonJayamanne/pythonVSCode/issues/688)
* Showing symbol type on hover [#657](https://github.com/DonJayamanne/pythonVSCode/pull/657)
* Fixes to running Python file when terminal uses Powershell [#651](https://github.com/DonJayamanne/pythonVSCode/issues/651)
* Fixes to linter issues when displaying Git diff view for Python files [#665](https://github.com/DonJayamanne/pythonVSCode/issues/665)
Expand Down Expand Up @@ -3278,7 +3278,7 @@ the following people who contributed code:
* Linting python files when they are opened [#462](https://github.com/DonJayamanne/pythonVSCode/issues/462)
* Fixes to unit tests discovery [#307](https://github.com/DonJayamanne/pythonVSCode/issues/307),
[#459](https://github.com/DonJayamanne/pythonVSCode/issues/459)
* Fixes to intelliense [#438](https://github.com/DonJayamanne/pythonVSCode/issues/438),
* Fixes to intellisense [#438](https://github.com/DonJayamanne/pythonVSCode/issues/438),
[#433](https://github.com/DonJayamanne/pythonVSCode/issues/433),
[#457](https://github.com/DonJayamanne/pythonVSCode/issues/457),
[#436](https://github.com/DonJayamanne/pythonVSCode/issues/436),
Expand Down Expand Up @@ -3366,7 +3366,7 @@ the following people who contributed code:
* Displaying errors in variable explorer when debugging [#271](https://github.com/DonJayamanne/pythonVSCode/issues/271)
* Ability to debug applications as sudo [#224](https://github.com/DonJayamanne/pythonVSCode/issues/224)
* Fixed debugger crashes [#263](https://github.com/DonJayamanne/pythonVSCode/issues/263)
* Asynchronour display of unit tests [#190](https://github.com/DonJayamanne/pythonVSCode/issues/190)
* Asynchronous display of unit tests [#190](https://github.com/DonJayamanne/pythonVSCode/issues/190)
* Fixed issues when using relative paths in ```settings.json``` [#276](https://github.com/DonJayamanne/pythonVSCode/issues/276)
* Fixes issue of hardcoding interpreter command arguments [#256](https://github.com/DonJayamanne/pythonVSCode/issues/256)
* Fixes resolving of remote paths when debugging remote applications [#252](https://github.com/DonJayamanne/pythonVSCode/issues/252)
Expand Down Expand Up @@ -3473,7 +3473,7 @@ the following people who contributed code:
* Added support to configure the output window for linting, formatting and unit test messages [#112](https://github.com/DonJayamanne/pythonVSCode/issues/112)

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

## Version 0.3.4
* Updated snippets
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -282,4 +282,4 @@ The development build of the extension:
* Does not get updated with new development builds of the extension (if you want to
test a newer development build, uninstall the old version of the
extension and then install the new version)
* Is built everytime a PR is commited into the [`master` branch](https://github.com/Microsoft/vscode-python).
* Is built every time a PR is committed into the [`master` branch](https://github.com/Microsoft/vscode-python).
2 changes: 1 addition & 1 deletion build/ci/templates/build_compile_steps.yml
Expand Up @@ -99,5 +99,5 @@ steps:
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
artifactName: VSIX
displayName: "Publish VSIX to Arifacts"
displayName: "Publish VSIX to Artifacts"
condition: and(succeeded(), eq(variables['build'], 'true'))
6 changes: 3 additions & 3 deletions build/ci/templates/merge_upload_coverage.yml
Expand Up @@ -33,12 +33,12 @@ steps:
displayName: "Restore Coverage Info"
condition: always()

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

0 comments on commit 8b69538

Please sign in to comment.