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
56561 .  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!
69781 .  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 ) )
72831 .  ` 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
77921 .  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
0 commit comments