Skip to content

Commit de89fe6

Browse files
authored
Bump minimum language server version and tweak changelog (#3260)
1 parent 63af539 commit de89fe6

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ part of!
6262
([#2242](https://github.com/Microsoft/vscode-python/issues/2242))
6363
1. Add Python Interactive mode for data science.
6464
([#2302](https://github.com/Microsoft/vscode-python/issues/2302))
65-
1. Add support for automatic reloading of flask in the debugger.
66-
([#2326](https://github.com/Microsoft/vscode-python/issues/2326))
6765
1. Added a debugger setting to show return values of functions while stepping.
6866
([#2463](https://github.com/Microsoft/vscode-python/issues/2463))
6967
1. Enable on-type formatting from language server
@@ -81,16 +79,13 @@ part of!
8179
- Support [`typing.NewType`](https://docs.python.org/3/library/typing.html#typing.NewType)
8280
and [`typing.TypeVar`](https://docs.python.org/3/library/typing.html#typing.TypeVar).
8381
* Debugger
84-
- Add support for multi-processing debugging (set `"subProcess": true` in your `launch.json` to use).
82+
- Add support for sub-process debugging (set `"subProcess": true` in your `launch.json` to use).
8583
- Add support for [pyside2](https://pypi.org/project/PySide2/).
86-
([#3235](https://github.com/Microsoft/vscode-python/issues/3235))
8784
1. Add localization of strings. Localized versions are specified in the package.nls.\<locale\>.json files.
8885
([#463](https://github.com/Microsoft/vscode-python/issues/463))
8986
1. Clear cached list of interpreters when an interpeter is created in the workspace folder (this allows for virtual environments created in one's workspace folder to be detectable immediately).
9087
([#656](https://github.com/Microsoft/vscode-python/issues/656))
91-
1. Add support for multi process debugging.
92-
([#80](https://github.com/Microsoft/vscode-python/issues/80))
93-
1. Pylint is no longer enabled by default. Users that have not configured pylint but who have installed it in their workspace will be asked if they'd like to enable it.
88+
1. Pylint is no longer enabled by default when using the language server. Users that have not configured pylint but who have installed it in their workspace will be asked if they'd like to enable it.
9489
([#974](https://github.com/Microsoft/vscode-python/issues/974))
9590

9691
### Fixes
@@ -126,7 +121,6 @@ part of!
126121
- Any folder ending with `site-packages` is considered a library.
127122
- Treat any code not in `site-packages` as user code.
128123
- Handle case where no completions are provided by the debugger.
129-
([#3235](https://github.com/Microsoft/vscode-python/issues/3235))
130124

131125
### Code Health
132126

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
55
"version": "2018.10.0-rc",
6-
"languageServerVersion": "0.1.50",
6+
"languageServerVersion": "0.1.57",
77
"publisher": "ms-python",
88
"author": {
99
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)