From 90cf55c19cc0788523f97edc03766815893015a7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 5 Jun 2018 11:30:26 -0700 Subject: [PATCH] Final release preparations (#1866) --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++-------- news/1 Enhancements/1153.md | 2 -- news/1 Enhancements/1474.md | 1 - news/1 Enhancements/1484.md | 1 - news/2 Fixes/1194.md | 1 - news/2 Fixes/1345.md | 1 - news/2 Fixes/1461.md | 1 - news/2 Fixes/1476.md | 1 - news/2 Fixes/1529.md | 1 - news/2 Fixes/1628.md | 1 - news/2 Fixes/1634.md | 1 - news/2 Fixes/1651.md | 1 - news/2 Fixes/1774.md | 1 - news/2 Fixes/1779.md | 1 - news/2 Fixes/1796.md | 1 - news/2 Fixes/180.md | 1 - news/2 Fixes/452.md | 1 - news/2 Fixes/677.md | 1 - news/2 Fixes/695.md | 1 - news/2 Fixes/980.md | 1 - news/3 Code Health/1053.md | 2 -- news/3 Code Health/1068.md | 1 - news/3 Code Health/1109.md | 1 - news/3 Code Health/1280.md | 1 - news/3 Code Health/1339.md | 1 - news/3 Code Health/1410.md | 1 - news/3 Code Health/1416.md | 1 - news/3 Code Health/1465.md | 1 - news/3 Code Health/1503.md | 1 - news/3 Code Health/1551.md | 1 - news/3 Code Health/1552.md | 1 - news/3 Code Health/1569.md | 1 - news/3 Code Health/1582.md | 1 - news/3 Code Health/1604.md | 1 - news/3 Code Health/1623.md | 1 - news/3 Code Health/1640.md | 1 - news/3 Code Health/1682.md | 2 -- news/3 Code Health/1703.md | 1 - news/3 Code Health/1719.md | 1 - news/3 Code Health/1730.md | 1 - news/3 Code Health/1732.md | 1 - news/3 Code Health/1747.md | 1 - news/3 Code Health/1794.md | 1 - news/3 Code Health/1836.md | 1 - news/3 Code Health/1856.md | 1 - package.json | 2 +- 46 files changed, 29 insertions(+), 56 deletions(-) delete mode 100644 news/1 Enhancements/1153.md delete mode 100644 news/1 Enhancements/1474.md delete mode 100644 news/1 Enhancements/1484.md delete mode 100644 news/2 Fixes/1194.md delete mode 100644 news/2 Fixes/1345.md delete mode 100644 news/2 Fixes/1461.md delete mode 100644 news/2 Fixes/1476.md delete mode 100644 news/2 Fixes/1529.md delete mode 100644 news/2 Fixes/1628.md delete mode 100644 news/2 Fixes/1634.md delete mode 100644 news/2 Fixes/1651.md delete mode 100644 news/2 Fixes/1774.md delete mode 100644 news/2 Fixes/1779.md delete mode 100644 news/2 Fixes/1796.md delete mode 100644 news/2 Fixes/180.md delete mode 100644 news/2 Fixes/452.md delete mode 100644 news/2 Fixes/677.md delete mode 100644 news/2 Fixes/695.md delete mode 100644 news/2 Fixes/980.md delete mode 100644 news/3 Code Health/1053.md delete mode 100644 news/3 Code Health/1068.md delete mode 100644 news/3 Code Health/1109.md delete mode 100644 news/3 Code Health/1280.md delete mode 100644 news/3 Code Health/1339.md delete mode 100644 news/3 Code Health/1410.md delete mode 100644 news/3 Code Health/1416.md delete mode 100644 news/3 Code Health/1465.md delete mode 100644 news/3 Code Health/1503.md delete mode 100644 news/3 Code Health/1551.md delete mode 100644 news/3 Code Health/1552.md delete mode 100644 news/3 Code Health/1569.md delete mode 100644 news/3 Code Health/1582.md delete mode 100644 news/3 Code Health/1604.md delete mode 100644 news/3 Code Health/1623.md delete mode 100644 news/3 Code Health/1640.md delete mode 100644 news/3 Code Health/1682.md delete mode 100644 news/3 Code Health/1703.md delete mode 100644 news/3 Code Health/1719.md delete mode 100644 news/3 Code Health/1730.md delete mode 100644 news/3 Code Health/1732.md delete mode 100644 news/3 Code Health/1747.md delete mode 100644 news/3 Code Health/1794.md delete mode 100644 news/3 Code Health/1836.md delete mode 100644 news/3 Code Health/1856.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc7cbbb7cd6..da27f22d7478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,26 @@ # Changelog -## 2018.5.0 (28 May 2018) +## 2018.5.0 (05 Jun 2018) Thanks to the following projects which we fully rely on to provide some of our features: - [isort 4.2.15](https://pypi.org/project/isort/4.2.15/) - [jedi 0.12.0](https://pypi.org/project/jedi/0.12.0/) and [parso 0.2.0](https://pypi.org/project/parso/0.2.0/) -- [ptvsd 3.0.0](https://pypi.org/project/ptvsd/3.0.0/) and [4.1.1a1](https://pypi.org/project/ptvsd/4.1.1a1/) +- [ptvsd 3.0.0](https://pypi.org/project/ptvsd/3.0.0/) and [4.1.1a5](https://pypi.org/project/ptvsd/4.1.1a5/) - [exuberant ctags](http://ctags.sourceforge.net/) (user-installed) - [rope](https://pypi.org/project/rope/) (user-installed) +And thanks to the many other projects which users can optionally choose from +and install to work with the extension. Without them the extension would not be +nearly as feature-rich and useful as it is. + ### Enhancements 1. Add support for the [Black formatter](https://pypi.org/project/black/) (thanks to [Josh Smeaton](https://github.com/jarshwah) for the initial patch) ([#1153](https://github.com/Microsoft/vscode-python/issues/1153)) -1. Add the command 'Discover Unit Tests'. +1. Add the command `Discover Unit Tests`. ([#1474](https://github.com/Microsoft/vscode-python/issues/1474)) 1. Auto detect `*.jinja2` and `*.j2` extensions as Jinja templates, to enable debugging of Jinja templates. ([#1484](https://github.com/Microsoft/vscode-python/issues/1484)) @@ -27,6 +31,8 @@ our features: ([#1194](https://github.com/Microsoft/vscode-python/issues/1194)) 1. Ensure debugged program is terminated when `Stop` debugging button is clicked. ([#1345](https://github.com/Microsoft/vscode-python/issues/1345)) +1. Fix indentation when function contains type hints. + ([#1461](https://github.com/Microsoft/vscode-python/issues/1461)) 1. Ensure python environment activation works as expected within a multi-root workspace. ([#1476](https://github.com/Microsoft/vscode-python/issues/1476)) 1. Close communication channel before exiting the test runner. @@ -37,20 +43,26 @@ our features: ([#1634](https://github.com/Microsoft/vscode-python/issues/1634)) 1. Ensure the display name of an interpreter does not get prefixed twice with the words `Python`. ([#1651](https://github.com/Microsoft/vscode-python/issues/1651)) +1. Enable code refactoring when using the new Analysis Engine. + ([#1774](https://github.com/Microsoft/vscode-python/issues/1774)) +1. `editor.formatOnType` no longer breaks numbers formatted with underscores. + ([#1779](https://github.com/Microsoft/vscode-python/issues/1779)) +1. `editor.formatOnType` now better handles multiline function arguments + ([#1796](https://github.com/Microsoft/vscode-python/issues/1796)) 1. `Go to Definition` now works for functions which have numbers that use `_` as a separator (as part of our Jedi 0.12.0 upgrade). ([#180](https://github.com/Microsoft/vscode-python/issues/180)) 1. Display documentation for auto completion items when the feature to automatically insert of brackets for selected item is turned on. ([#452](https://github.com/Microsoft/vscode-python/issues/452)) 1. Ensure empty paths do not get added into `sys.path` by the Jedi language server. (this was fixed in the previous release in [#1471](https://github.com/Microsoft/vscode-python/pull/1471)) ([#677](https://github.com/Microsoft/vscode-python/issues/677)) -1. Resoves rename refactor issue that remvoes the last line of the source file when the line is being refactored and source does not end with an EOL. +1. Resolves rename refactor issue that remvoes the last line of the source file when the line is being refactored and source does not end with an EOL. ([#695](https://github.com/Microsoft/vscode-python/issues/695)) 1. Ensure the prompt to install missing packages is not displayed more than once. ([#980](https://github.com/Microsoft/vscode-python/issues/980)) ### Code Health -1. Add syntax highlighting to constraints.txt file to match that of piprequirements files +1. Add syntax highlighting to `constraints.txt` files to match that of `requirements.txt` files. (thanks [Waleed Sehgal](https://github.com/waleedsehgal)) ([#1053](https://github.com/Microsoft/vscode-python/issues/1053)) 1. Refactor unit testing functionality to improve testability of individual components. @@ -65,7 +77,7 @@ our features: ([#1410](https://github.com/Microsoft/vscode-python/issues/1410)) 1. Ensure none of the npm packages (used by the extension) rely on native dependencies. ([#1416](https://github.com/Microsoft/vscode-python/issues/1416)) -1. Remove explicit initialization of PYTHONPATH with the current workspace path in unit testing of modules with the experimental debugger. +1. Remove explicit initialization of `PYTHONPATH` with the current workspace path in unit testing of modules with the experimental debugger. ([#1465](https://github.com/Microsoft/vscode-python/issues/1465)) 1. Flag `program` in `launch.json` configuration items as an optional attribute. ([#1503](https://github.com/Microsoft/vscode-python/issues/1503)) @@ -77,13 +89,13 @@ our features: ([#1569](https://github.com/Microsoft/vscode-python/issues/1569)) 1. Add tests for log points in the experimental debugger. ([#1582](https://github.com/Microsoft/vscode-python/issues/1582)) -1. Update typescript package to 2.8.3 +1. Update typescript package to 2.8.3. ([#1604](https://github.com/Microsoft/vscode-python/issues/1604)) 1. Fix typescript compilation error. ([#1623](https://github.com/Microsoft/vscode-python/issues/1623)) 1. Fix unit tests used to test flask template debugging on AppVeyor for the experimental debugger. ([#1640](https://github.com/Microsoft/vscode-python/issues/1640)) -1. Change yarn install script to include the keyword `--lock-file` +1. Change yarn install script to include the keyword `--lock-file`. (thanks [Lingyu Li](https://github.com/lingyv-li/)) ([#1682](https://github.com/Microsoft/vscode-python/issues/1682)) 1. Run unit tests as a pre-commit hook. @@ -96,6 +108,14 @@ our features: ([#1732](https://github.com/Microsoft/vscode-python/issues/1732)) 1. Prompt user to reload Visual Studio Code when toggling between the analysis engines. ([#1747](https://github.com/Microsoft/vscode-python/issues/1747)) +1. Fix typo in unit test. + ([#1794](https://github.com/Microsoft/vscode-python/issues/1794)) +1. Fix failing Prospector unit tests and add more tests for linters (with and without workspaces). + ([#1836](https://github.com/Microsoft/vscode-python/issues/1836)) +1. Ensure `Outline` view doesn't overload the language server with too many requets, while user is editing text in the editor. + ([#1856](https://github.com/Microsoft/vscode-python/issues/1856)) + + diff --git a/news/1 Enhancements/1153.md b/news/1 Enhancements/1153.md deleted file mode 100644 index 9f19892e6d51..000000000000 --- a/news/1 Enhancements/1153.md +++ /dev/null @@ -1,2 +0,0 @@ -Add support for the [Black formatter](https://pypi.org/project/black/) -(thanks to [Josh Smeaton](https://github.com/jarshwah) for the initial patch) diff --git a/news/1 Enhancements/1474.md b/news/1 Enhancements/1474.md deleted file mode 100644 index a439ceb3d20a..000000000000 --- a/news/1 Enhancements/1474.md +++ /dev/null @@ -1 +0,0 @@ -Add the command 'Discover Unit Tests'. diff --git a/news/1 Enhancements/1484.md b/news/1 Enhancements/1484.md deleted file mode 100644 index 2ed518b6abf1..000000000000 --- a/news/1 Enhancements/1484.md +++ /dev/null @@ -1 +0,0 @@ -Auto detect `*.jinja2` and `*.j2` extensions as Jinja templates, to enable debugging of Jinja templates. diff --git a/news/2 Fixes/1194.md b/news/2 Fixes/1194.md deleted file mode 100644 index 8301b2c8d5dd..000000000000 --- a/news/2 Fixes/1194.md +++ /dev/null @@ -1 +0,0 @@ -Ensure debugger breaks on `assert` failures. diff --git a/news/2 Fixes/1345.md b/news/2 Fixes/1345.md deleted file mode 100644 index eff8ca0a2b33..000000000000 --- a/news/2 Fixes/1345.md +++ /dev/null @@ -1 +0,0 @@ -Ensure debugged program is terminated when `Stop` debugging button is clicked. diff --git a/news/2 Fixes/1461.md b/news/2 Fixes/1461.md deleted file mode 100644 index 1c8c770456a9..000000000000 --- a/news/2 Fixes/1461.md +++ /dev/null @@ -1 +0,0 @@ -Fix indentation when function contains type hints. diff --git a/news/2 Fixes/1476.md b/news/2 Fixes/1476.md deleted file mode 100644 index 071cddec5a2f..000000000000 --- a/news/2 Fixes/1476.md +++ /dev/null @@ -1 +0,0 @@ -Ensure python environment activation works as expected within a multi-root workspace. diff --git a/news/2 Fixes/1529.md b/news/2 Fixes/1529.md deleted file mode 100644 index fdb8051aac0a..000000000000 --- a/news/2 Fixes/1529.md +++ /dev/null @@ -1 +0,0 @@ -Close communication channel before exiting the test runner. diff --git a/news/2 Fixes/1628.md b/news/2 Fixes/1628.md deleted file mode 100644 index 519f751b6161..000000000000 --- a/news/2 Fixes/1628.md +++ /dev/null @@ -1 +0,0 @@ -Allow for negative column numbers in messages returned by `pylint`. diff --git a/news/2 Fixes/1634.md b/news/2 Fixes/1634.md deleted file mode 100644 index b9c8cbefe658..000000000000 --- a/news/2 Fixes/1634.md +++ /dev/null @@ -1 +0,0 @@ -Modify the `FLASK_APP` environment variable in the flask debug configuration to include just the name of the application file. diff --git a/news/2 Fixes/1651.md b/news/2 Fixes/1651.md deleted file mode 100644 index fa562bc618e2..000000000000 --- a/news/2 Fixes/1651.md +++ /dev/null @@ -1 +0,0 @@ -Ensure the display name of an interpreter does not get prefixed twice with the words `Python`. diff --git a/news/2 Fixes/1774.md b/news/2 Fixes/1774.md deleted file mode 100644 index 9bf55ad96f30..000000000000 --- a/news/2 Fixes/1774.md +++ /dev/null @@ -1 +0,0 @@ -Enable code refactoring when using the new Analysis Engine. diff --git a/news/2 Fixes/1779.md b/news/2 Fixes/1779.md deleted file mode 100644 index 066f595d007c..000000000000 --- a/news/2 Fixes/1779.md +++ /dev/null @@ -1 +0,0 @@ -`editor.formatOnType` no longer breaks numbers formatted with underscores. diff --git a/news/2 Fixes/1796.md b/news/2 Fixes/1796.md deleted file mode 100644 index 41751c65168a..000000000000 --- a/news/2 Fixes/1796.md +++ /dev/null @@ -1 +0,0 @@ -`editor.formatOnType` now better handles multiline function arguments diff --git a/news/2 Fixes/180.md b/news/2 Fixes/180.md deleted file mode 100644 index 60af4c971641..000000000000 --- a/news/2 Fixes/180.md +++ /dev/null @@ -1 +0,0 @@ -`Go to Definition` now works for functions which have numbers that use `_` as a separator (as part of our Jedi 0.12.0 upgrade). diff --git a/news/2 Fixes/452.md b/news/2 Fixes/452.md deleted file mode 100644 index 69f64d85a6ab..000000000000 --- a/news/2 Fixes/452.md +++ /dev/null @@ -1 +0,0 @@ -Display documentation for auto completion items when the feature to automatically insert of brackets for selected item is turned on. diff --git a/news/2 Fixes/677.md b/news/2 Fixes/677.md deleted file mode 100644 index 8c55a40a7539..000000000000 --- a/news/2 Fixes/677.md +++ /dev/null @@ -1 +0,0 @@ -Ensure empty paths do not get added into `sys.path` by the Jedi language server. (this was fixed in the previous release in [#1471](https://github.com/Microsoft/vscode-python/pull/1471)) diff --git a/news/2 Fixes/695.md b/news/2 Fixes/695.md deleted file mode 100644 index bb5b48569222..000000000000 --- a/news/2 Fixes/695.md +++ /dev/null @@ -1 +0,0 @@ -Resoves rename refactor issue that remvoes the last line of the source file when the line is being refactored and source does not end with an EOL. \ No newline at end of file diff --git a/news/2 Fixes/980.md b/news/2 Fixes/980.md deleted file mode 100644 index 0dcbcaacd8ff..000000000000 --- a/news/2 Fixes/980.md +++ /dev/null @@ -1 +0,0 @@ -Ensure the prompt to install missing packages is not displayed more than once. diff --git a/news/3 Code Health/1053.md b/news/3 Code Health/1053.md deleted file mode 100644 index 0d281defa4c0..000000000000 --- a/news/3 Code Health/1053.md +++ /dev/null @@ -1,2 +0,0 @@ -Add syntax highlighting to constraints.txt file to match that of piprequirements files -(thanks [Waleed Sehgal](https://github.com/waleedsehgal)) diff --git a/news/3 Code Health/1068.md b/news/3 Code Health/1068.md deleted file mode 100644 index 82f60782ccd9..000000000000 --- a/news/3 Code Health/1068.md +++ /dev/null @@ -1 +0,0 @@ -Refactor unit testing functionality to improve testability of individual components. diff --git a/news/3 Code Health/1109.md b/news/3 Code Health/1109.md deleted file mode 100644 index 4dd7d9934d18..000000000000 --- a/news/3 Code Health/1109.md +++ /dev/null @@ -1 +0,0 @@ -Add unit tests for evaluating expressions in the experimental debugger. diff --git a/news/3 Code Health/1280.md b/news/3 Code Health/1280.md deleted file mode 100644 index 813fd9b8c69d..000000000000 --- a/news/3 Code Health/1280.md +++ /dev/null @@ -1 +0,0 @@ -Add tests to ensure custom arguments get passed into python program when using the experimental debugger. diff --git a/news/3 Code Health/1339.md b/news/3 Code Health/1339.md deleted file mode 100644 index e06d19240f67..000000000000 --- a/news/3 Code Health/1339.md +++ /dev/null @@ -1 +0,0 @@ -Ensure custom environment variables are always used when spawning any process from within the extension. diff --git a/news/3 Code Health/1410.md b/news/3 Code Health/1410.md deleted file mode 100644 index ae0895582c9e..000000000000 --- a/news/3 Code Health/1410.md +++ /dev/null @@ -1 +0,0 @@ -Add tests for hit count breakpoints for the experimental debugger. diff --git a/news/3 Code Health/1416.md b/news/3 Code Health/1416.md deleted file mode 100644 index 52747061cad1..000000000000 --- a/news/3 Code Health/1416.md +++ /dev/null @@ -1 +0,0 @@ -Ensure none of the npm packages (used by the extension) rely on native dependencies. diff --git a/news/3 Code Health/1465.md b/news/3 Code Health/1465.md deleted file mode 100644 index 461311cddd3a..000000000000 --- a/news/3 Code Health/1465.md +++ /dev/null @@ -1 +0,0 @@ -Remove explicit initialization of PYTHONPATH with the current workspace path in unit testing of modules with the experimental debugger. diff --git a/news/3 Code Health/1503.md b/news/3 Code Health/1503.md deleted file mode 100644 index 6d81d673e007..000000000000 --- a/news/3 Code Health/1503.md +++ /dev/null @@ -1 +0,0 @@ -Flag `program` in `launch.json` configuration items as an optional attribute. diff --git a/news/3 Code Health/1551.md b/news/3 Code Health/1551.md deleted file mode 100644 index 22d188323ffb..000000000000 --- a/news/3 Code Health/1551.md +++ /dev/null @@ -1 +0,0 @@ -Remove unused setting `disablePromptForFeatures`. diff --git a/news/3 Code Health/1552.md b/news/3 Code Health/1552.md deleted file mode 100644 index afad15c40dd3..000000000000 --- a/news/3 Code Health/1552.md +++ /dev/null @@ -1 +0,0 @@ -Remove unused Unit Test setting `debugHost`. diff --git a/news/3 Code Health/1569.md b/news/3 Code Health/1569.md deleted file mode 100644 index 46eca178ee8a..000000000000 --- a/news/3 Code Health/1569.md +++ /dev/null @@ -1 +0,0 @@ -Create a new API to retrieve interpreter details with the ability to cache the details. diff --git a/news/3 Code Health/1582.md b/news/3 Code Health/1582.md deleted file mode 100644 index 6d0ff52d4eb1..000000000000 --- a/news/3 Code Health/1582.md +++ /dev/null @@ -1 +0,0 @@ -Add tests for log points in the experimental debugger. diff --git a/news/3 Code Health/1604.md b/news/3 Code Health/1604.md deleted file mode 100644 index c3eca35501c3..000000000000 --- a/news/3 Code Health/1604.md +++ /dev/null @@ -1 +0,0 @@ -Update typescript package to 2.8.3 diff --git a/news/3 Code Health/1623.md b/news/3 Code Health/1623.md deleted file mode 100644 index 5e3a73bb56ef..000000000000 --- a/news/3 Code Health/1623.md +++ /dev/null @@ -1 +0,0 @@ -Fix typescript compilation error. diff --git a/news/3 Code Health/1640.md b/news/3 Code Health/1640.md deleted file mode 100644 index 329147d17bf9..000000000000 --- a/news/3 Code Health/1640.md +++ /dev/null @@ -1 +0,0 @@ -Fix unit tests used to test flask template debugging on AppVeyor for the experimental debugger. diff --git a/news/3 Code Health/1682.md b/news/3 Code Health/1682.md deleted file mode 100644 index 603813eaeb57..000000000000 --- a/news/3 Code Health/1682.md +++ /dev/null @@ -1,2 +0,0 @@ -Change yarn install script to include the keyword `--lock-file` -(thanks [Lingyu Li](https://github.com/lingyv-li/)) \ No newline at end of file diff --git a/news/3 Code Health/1703.md b/news/3 Code Health/1703.md deleted file mode 100644 index bfdd065f7e1d..000000000000 --- a/news/3 Code Health/1703.md +++ /dev/null @@ -1 +0,0 @@ -Run unit tests as a pre-commit hook. diff --git a/news/3 Code Health/1719.md b/news/3 Code Health/1719.md deleted file mode 100644 index 1650be424b90..000000000000 --- a/news/3 Code Health/1719.md +++ /dev/null @@ -1 +0,0 @@ -Update debug capabilities to add support for the setting `supportTerminateDebuggee` due to an upstream update from [PTVSD](https://github.com/Microsoft/ptvsd/issues). diff --git a/news/3 Code Health/1730.md b/news/3 Code Health/1730.md deleted file mode 100644 index d5d41c722fc8..000000000000 --- a/news/3 Code Health/1730.md +++ /dev/null @@ -1 +0,0 @@ -Build and upload development build of the extension to the Azure blob store even if CI tests fail on the `master` branch. \ No newline at end of file diff --git a/news/3 Code Health/1732.md b/news/3 Code Health/1732.md deleted file mode 100644 index bc6c53c11f02..000000000000 --- a/news/3 Code Health/1732.md +++ /dev/null @@ -1 +0,0 @@ -Changes to the script used to upload the extension to the Azure blob store. \ No newline at end of file diff --git a/news/3 Code Health/1747.md b/news/3 Code Health/1747.md deleted file mode 100644 index 7d098b4bf0a8..000000000000 --- a/news/3 Code Health/1747.md +++ /dev/null @@ -1 +0,0 @@ -Prompt user to reload Visual Studio Code when toggling between the analysis engines. diff --git a/news/3 Code Health/1794.md b/news/3 Code Health/1794.md deleted file mode 100644 index 54738e99dc85..000000000000 --- a/news/3 Code Health/1794.md +++ /dev/null @@ -1 +0,0 @@ -Fix typo in unit test. diff --git a/news/3 Code Health/1836.md b/news/3 Code Health/1836.md deleted file mode 100644 index 6edcdecce306..000000000000 --- a/news/3 Code Health/1836.md +++ /dev/null @@ -1 +0,0 @@ -Fix failing Prospector unit tests and add more tests for linters (with and without workspaces). diff --git a/news/3 Code Health/1856.md b/news/3 Code Health/1856.md deleted file mode 100644 index 61e0b4966073..000000000000 --- a/news/3 Code Health/1856.md +++ /dev/null @@ -1 +0,0 @@ -Ensure `Outline` view doesn't overload the language server with too many requets, while user is editing text in the editor. diff --git a/package.json b/package.json index 48076a3751a7..35f648d9d5f0 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.5.0-rc", + "version": "2018.5.0", "publisher": "ms-python", "author": { "name": "Microsoft Corporation"