Skip to content

Commit 92f775f

Browse files
committed
Merge remote-tracking branch 'upstream/master'
* upstream/master: Fix typo in README.md (#252) Disable linter without workspaces (#241)
2 parents d392e8b + 5711d67 commit 92f775f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marke
55
* Intellisense (autocompletion with support for PEP 484 and PEP 526)
66
* Auto indenting
77
* Code formatting ([autopep8](https://pypi.io/project/autopep8/), [yapf](https://pypi.io/project/yapf/), with config files)
8-
* Code refactoring (Rename, Extract Variable, Extract Method,Sort Imports)
8+
* Code refactoring (Rename, Extract Variable, Extract Method, Sort Imports)
99
* Viewing references, code navigation, view signature
1010
* Excellent debugging support (remote debugging over SSH, mutliple threads, django, flask)
1111
* Running and debugging Unit tests ([unittest](https://docs.python.org/3/library/unittest.html#module-unittest), [pytest](https://pypi.io/project/pytest/), [nose](https://pypi.io/project/nose/), with config files)
@@ -28,7 +28,7 @@ For further information and details continue through to the [documentation](http
2828
* Contributions are always welcome! Please see our [contributing guide](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md) for more details
2929
* Any and all feedback is appreciated and welcome!
3030
- If someone has already [file an issue](https://github.com/Microsoft/vscode-python) that encompasses your feedback, please leave a 👍/👎 reaction on the issue
31-
- Othewise please file a new issue
31+
- Otherwise please file a new issue
3232

3333
## Feature Details
3434
* IDE-like Features

0 commit comments

Comments
 (0)