Skip to content

Commit 051f2f1

Browse files
brettcannonDonJayamanne
authored andcommitted
Final release prep (#2190)
Part of #2023
1 parent d724f74 commit 051f2f1

File tree

21 files changed

+24
-25
lines changed

21 files changed

+24
-25
lines changed

CHANGELOG.md

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

3-
## 2018.7.0-beta (10 July 2018)
3+
## 2018.7.0 (18 July 2018)
44

55
### Thanks
66

@@ -55,6 +55,15 @@ part of!
5555

5656
1. Language server now reports code analysis progress in the status bar.
5757
([#1591](https://github.com/Microsoft/vscode-python/issues/1591))
58+
1. Only report Language Server download progress once.
59+
([#2000](https://github.com/Microsoft/vscode-python/issues/2000))
60+
1. Messages changes to reflect name of the language server: 'Microsoft Python Language Server';
61+
folder name changed from `analysis` to `languageServer`.
62+
([#2107](https://github.com/Microsoft/vscode-python/issues/2107))
63+
1. Set default analysis for language server to open files only.
64+
([#2113](https://github.com/Microsoft/vscode-python/issues/2113))
65+
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.
66+
([#2127](https://github.com/Microsoft/vscode-python/issues/2127))
5867

5968
### Fixes
6069

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

7590
### Code Health
7691

7792
1. Removed pre-commit hook that ran unit tests.
7893
([#1986](https://github.com/Microsoft/vscode-python/issues/1986))
79-
80-
94+
1. Pass OS type to the debugger.
95+
([#2128](https://github.com/Microsoft/vscode-python/issues/2128))
96+
1. Ensure 'languageServer' directory is excluded from the build output.
97+
([#2150](https://github.com/Microsoft/vscode-python/issues/2150))
98+
1. Change the download links of the language server files.
99+
([#2180](https://github.com/Microsoft/vscode-python/issues/2180))
81100

82101

83102

news/1 Enhancements/1591.md

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

news/1 Enhancements/2000.md

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

news/1 Enhancements/2107.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/1 Enhancements/2113.md

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

news/1 Enhancements/2127.md

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

news/2 Fixes/2013.md

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

news/2 Fixes/2044.md

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

news/2 Fixes/2048.md

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

news/2 Fixes/2057.md

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

0 commit comments

Comments
 (0)