Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final release prep #2190

Merged
merged 3 commits into from
Jul 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2018.7.0-beta (10 July 2018)
## 2018.7.0 (18 July 2018)

### Thanks

Expand Down Expand Up @@ -55,6 +55,15 @@ part of!

1. Language server now reports code analysis progress in the status bar.
([#1591](https://github.com/Microsoft/vscode-python/issues/1591))
1. Only report Language Server download progress once.
([#2000](https://github.com/Microsoft/vscode-python/issues/2000))
1. Messages changes to reflect name of the language server: 'Microsoft Python Language Server';
folder name changed from `analysis` to `languageServer`.
([#2107](https://github.com/Microsoft/vscode-python/issues/2107))
1. Set default analysis for language server to open files only.
([#2113](https://github.com/Microsoft/vscode-python/issues/2113))
1. Add two popups to the extension: one to ask users to move to the new language server, the other to request feedback from users of that language server.
([#2127](https://github.com/Microsoft/vscode-python/issues/2127))

### Fixes

Expand All @@ -69,15 +78,25 @@ part of!
1. Change keyboard shortcut for `Run Selection/Line in Python Terminal` to not
interfere with the Find/Replace dialog box.
([#2068](https://github.com/Microsoft/vscode-python/issues/2068))
1. Relax validation of the environment `Path` variable.
([#2076](https://github.com/Microsoft/vscode-python/issues/2076))
1. `editor.formatOnType` is more reliable handling floating point numbers.
([#2079](https://github.com/Microsoft/vscode-python/issues/2079))
1. Change the default port used in remote debugging using `Experimental` debugger to `5678`.
([#2146](https://github.com/Microsoft/vscode-python/issues/2146))
1. Register test manager when using the new language server.
([#2186](https://github.com/Microsoft/vscode-python/issues/2186))

### Code Health

1. Removed pre-commit hook that ran unit tests.
([#1986](https://github.com/Microsoft/vscode-python/issues/1986))


1. Pass OS type to the debugger.
([#2128](https://github.com/Microsoft/vscode-python/issues/2128))
1. Ensure 'languageServer' directory is excluded from the build output.
([#2150](https://github.com/Microsoft/vscode-python/issues/2150))
1. Change the download links of the language server files.
([#2180](https://github.com/Microsoft/vscode-python/issues/2180))



Expand Down
1 change: 0 additions & 1 deletion news/1 Enhancements/1591.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2000.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/1 Enhancements/2107.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2113.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2127.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2013.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2044.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2048.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2057.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/2 Fixes/2068.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2076.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2079.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2146.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2186.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/1986.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2128.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2150.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2180.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0-beta",
"version": "2018.7.0",
"publisher": "ms-python",
"author": {
"name": "Microsoft Corporation"
Expand Down