From d8dc32af3c181bfa89728b83583c98abecbf4179 Mon Sep 17 00:00:00 2001 From: Derek Keeler Date: Thu, 13 Dec 2018 12:15:33 -0800 Subject: [PATCH] Prepare for release to production. (#3687) --- CHANGELOG.md | 16 +++++++++------- news/1 Enhancements/3668.md | 1 - package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 news/1 Enhancements/3668.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dd76c88a0b..3ecd12b79820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2018.12.0-rc (12 Dec 2018) +## 2018.12.0 (13 Dec 2018) ### Thanks @@ -55,18 +55,20 @@ part of! ### Enhancements -1. Load the language server in the background during extension activation. +1. Load the configured language server in the background during extension activation. ([#3020](https://github.com/Microsoft/vscode-python/issues/3020)) 1. Display progress indicator when activating the language server and validating user setup. ([#3082](https://github.com/Microsoft/vscode-python/issues/3082)) -1. Allow for connection to a remote Jupyter server. +1. Allow for connection to a remote `Jupyter` server. ([#3316](https://github.com/Microsoft/vscode-python/issues/3316)) -1. Allow users to request the 'Install missing Linter' prompt to not show again for pylint. +1. Allow users to request the 'Install missing Linter' prompt to not show again for `pylint`. ([#3349](https://github.com/Microsoft/vscode-python/issues/3349)) +1. Add the `Jupyter` server URI to the interactive window info cell. + ([#3668](https://github.com/Microsoft/vscode-python/issues/3668)) ### Fixes -1. Updated logic used to determine whether the Language Server is supported. +1. Updated logic used to determine whether the Microsoft Python Language Server is supported. ([#2729](https://github.com/Microsoft/vscode-python/issues/2729)) 1. Add export from the Python interactive window as a notebook file. ([#3109](https://github.com/Microsoft/vscode-python/issues/3109)) @@ -83,7 +85,7 @@ part of! ([#3406](https://github.com/Microsoft/vscode-python/issues/3406)) 1. Run in the workspace directory by default for the interactive window. ([#3407](https://github.com/Microsoft/vscode-python/issues/3407)) -1. Create a default config when starting a local `jupyter` server to resolve potential conflicts with user's custom configuration. +1. Create a default config when starting a local `Jupyter` server to resolve potential conflicts with user's custom configuration. ([#3475](https://github.com/Microsoft/vscode-python/issues/3475)) 1. Add support for running Python interactive commands from the command palette. ([#3476](https://github.com/Microsoft/vscode-python/issues/3476)) @@ -95,7 +97,7 @@ part of! ([#3533](https://github.com/Microsoft/vscode-python/issues/3533)) 1. Fix crash when `kernelspec` is missing path or language. ([#3561](https://github.com/Microsoft/vscode-python/issues/3561)) -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) ([#3657](https://github.com/Microsoft/vscode-python/issues/3657)): +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) ([#3657](https://github.com/Microsoft/vscode-python/issues/3657)): * Properly resolve namespace packages and relative imports. * `Go to Definition` now supports namespace packages. * Fixed `null` reference exceptions. diff --git a/news/1 Enhancements/3668.md b/news/1 Enhancements/3668.md deleted file mode 100644 index ee19deadb488..000000000000 --- a/news/1 Enhancements/3668.md +++ /dev/null @@ -1 +0,0 @@ -Add the Jupyter Server URI to the Interactive Window info cell \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c7d48072295c..ea0429dd62ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2018.12.0-rc", + "version": "2018.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 777c0a9b6284..2e4ada013da7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2018.12.0-rc", + "version": "2018.12.0", "languageServerVersion": "0.1.72", "publisher": "ms-python", "author": {