From 714324f77aac8f0900acd00cbff3983e99e5dafd Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 12 Dec 2018 12:15:16 -0800 Subject: [PATCH] Bump language server to 0.1.72 --- news/2 Fixes/3657.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 news/2 Fixes/3657.md diff --git a/news/2 Fixes/3657.md b/news/2 Fixes/3657.md new file mode 100644 index 000000000000..6e47fbca4299 --- /dev/null +++ b/news/2 Fixes/3657.md @@ -0,0 +1,6 @@ +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): +* Properly resolve namespace packages and relative imports. +* `Go to Definition` now supports namespace packages. +* Fixed `null` reference exceptions. +* Fixed erroneously reporting `None`, `True`, and `False` as undefined. + diff --git a/package.json b/package.json index 4f34ee63729b..56556ddf1562 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.", "version": "2018.12.0-beta", - "languageServerVersion": "0.1.65", + "languageServerVersion": "0.1.72", "publisher": "ms-python", "author": { "name": "Microsoft Corporation"