Skip to content

Commit fe7bf71

Browse files
brettcannonDonJayamanne
authored andcommitted
Bump language server to 0.1.72 (#3662)
For #3657
1 parent a7b7d14 commit fe7bf71

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

news/2 Fixes/3657.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Update the Microsoft Python language server to 0.1.72/[2018.12.1](https://github.com/Microsoft/python-language-server/releases/tag/2018.12.1):
2+
* Properly resolve namespace packages and relative imports.
3+
* `Go to Definition` now supports namespace packages.
4+
* Fixed `null` reference exceptions.
5+
* Fixed erroneously reporting `None`, `True`, and `False` as undefined.
6+

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.12.0-beta",
6-
"languageServerVersion": "0.1.65",
6+
"languageServerVersion": "0.1.72",
77
"publisher": "ms-python",
88
"author": {
99
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)