1
1
# Changelog
2
2
3
- ## 2018.7.0-beta (10 July 2018)
3
+ ## 2018.7.0 (18 July 2018)
4
4
5
5
### Thanks
6
6
@@ -55,6 +55,15 @@ part of!
55
55
56
56
1 . Language server now reports code analysis progress in the status bar.
57
57
([ #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 ) )
58
67
59
68
### Fixes
60
69
@@ -69,15 +78,25 @@ part of!
69
78
1 . Change keyboard shortcut for ` Run Selection/Line in Python Terminal ` to not
70
79
interfere with the Find/Replace dialog box.
71
80
([ #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 ) )
72
83
1 . ` editor.formatOnType ` is more reliable handling floating point numbers.
73
84
([ #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 ) )
74
89
75
90
### Code Health
76
91
77
92
1 . Removed pre-commit hook that ran unit tests.
78
93
([ #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 ) )
81
100
82
101
83
102
0 commit comments