Skip to content

Commit d8dc32a

Browse files
authored
Prepare for release to production. (#3687)
1 parent 0dbdbd9 commit d8dc32a

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2018.12.0-rc (12 Dec 2018)
3+
## 2018.12.0 (13 Dec 2018)
44

55
### Thanks
66

@@ -55,18 +55,20 @@ part of!
5555

5656
### Enhancements
5757

58-
1. Load the language server in the background during extension activation.
58+
1. Load the configured language server in the background during extension activation.
5959
([#3020](https://github.com/Microsoft/vscode-python/issues/3020))
6060
1. Display progress indicator when activating the language server and validating user setup.
6161
([#3082](https://github.com/Microsoft/vscode-python/issues/3082))
62-
1. Allow for connection to a remote Jupyter server.
62+
1. Allow for connection to a remote `Jupyter` server.
6363
([#3316](https://github.com/Microsoft/vscode-python/issues/3316))
64-
1. Allow users to request the 'Install missing Linter' prompt to not show again for pylint.
64+
1. Allow users to request the 'Install missing Linter' prompt to not show again for `pylint`.
6565
([#3349](https://github.com/Microsoft/vscode-python/issues/3349))
66+
1. Add the `Jupyter` server URI to the interactive window info cell.
67+
([#3668](https://github.com/Microsoft/vscode-python/issues/3668))
6668

6769
### Fixes
6870

69-
1. Updated logic used to determine whether the Language Server is supported.
71+
1. Updated logic used to determine whether the Microsoft Python Language Server is supported.
7072
([#2729](https://github.com/Microsoft/vscode-python/issues/2729))
7173
1. Add export from the Python interactive window as a notebook file.
7274
([#3109](https://github.com/Microsoft/vscode-python/issues/3109))
@@ -83,7 +85,7 @@ part of!
8385
([#3406](https://github.com/Microsoft/vscode-python/issues/3406))
8486
1. Run in the workspace directory by default for the interactive window.
8587
([#3407](https://github.com/Microsoft/vscode-python/issues/3407))
86-
1. Create a default config when starting a local `jupyter` server to resolve potential conflicts with user's custom configuration.
88+
1. Create a default config when starting a local `Jupyter` server to resolve potential conflicts with user's custom configuration.
8789
([#3475](https://github.com/Microsoft/vscode-python/issues/3475))
8890
1. Add support for running Python interactive commands from the command palette.
8991
([#3476](https://github.com/Microsoft/vscode-python/issues/3476))
@@ -95,7 +97,7 @@ part of!
9597
([#3533](https://github.com/Microsoft/vscode-python/issues/3533))
9698
1. Fix crash when `kernelspec` is missing path or language.
9799
([#3561](https://github.com/Microsoft/vscode-python/issues/3561))
98-
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)):
100+
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)):
99101
* Properly resolve namespace packages and relative imports.
100102
* `Go to Definition` now supports namespace packages.
101103
* Fixed `null` reference exceptions.

news/1 Enhancements/3668.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2018.12.0-rc",
5+
"version": "2018.12.0",
66
"languageServerVersion": "0.1.72",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)