|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2018.1 |
| 4 | + |
| 5 | +### Thanks |
| 6 | + |
| 7 | +Thanks to everyone who contributed to this release, including |
| 8 | +the following people who contributed code: |
| 9 | + |
| 10 | +* [jpfarias](https://github.com/jpfarias) |
| 11 | +* [Hongbo He](https://github.com/graycarl) |
| 12 | +* [JohnstonCode](https://github.com/JohnstonCode) |
| 13 | +* [Yuichi Nukiyama](https://github.com/YuichiNukiyama) |
| 14 | +* [MichaelSuen](https://github.com/MichaelSuen-thePointer) |
| 15 | + |
| 16 | +### Fixed issues |
| 17 | + |
| 18 | +* Sending a block of code with multiple global-level scopes now works ([#259](https://github.com/Microsoft/vscode-python/issues/259)) |
| 19 | +* Automatic activation of virtual or conda environment in terminal when executing Python code/file ([#383](https://github.com/Microsoft/vscode-python/issues/383)) |
| 20 | +* Introduce a `Python: Create Terminal` to create a terminal that activates the selected virtual/conda environment ([#622](https://github.com/Microsoft/vscode-python/issues/622)) |
| 21 | +* Add a `ko-kr` translation ([#540](https://github.com/Microsoft/vscode-python/pull/540)) |
| 22 | +* Add a `ru` translation ([#411](https://github.com/Microsoft/vscode-python/pull/411)) |
| 23 | +* Performance improvements to detection of virtual environments in current workspace ([#372](https://github.com/Microsoft/vscode-python/issues/372)) |
| 24 | +* Correctly detect 64-bit python ([#414](https://github.com/Microsoft/vscode-python/issues/414)) |
| 25 | +* Display parameter information while typing ([#70](https://github.com/Microsoft/vscode-python/issues/70)) |
| 26 | +* Use `localhost` instead of `0.0.0.0` when starting debug servers ([#205](https://github.com/Microsoft/vscode-python/issues/205)) |
| 27 | +* Ability to configure host name of debug server ([#227](https://github.com/Microsoft/vscode-python/issues/227)) |
| 28 | +* Use environment variable PYTHONPATH defined in `.env` for intellisense and code navigation ([#316](https://github.com/Microsoft/vscode-python/issues/316)) |
| 29 | +* Support path variable when debugging ([#436](https://github.com/Microsoft/vscode-python/issues/436)) |
| 30 | +* Ensure virtual environments can be created in `.env` directory ([#435](https://github.com/Microsoft/vscode-python/issues/435), [#482](https://github.com/Microsoft/vscode-python/issues/482), [#486](https://github.com/Microsoft/vscode-python/issues/486)) |
| 31 | +* Reload environment variables from `.env` without having to restart VS Code ([#183](https://github.com/Microsoft/vscode-python/issues/183)) |
| 32 | +* Support debugging of Pyramid framework on Windows ([#519](https://github.com/Microsoft/vscode-python/issues/519)) |
| 33 | +* Code snippet for `pubd` ([#545](https://github.com/Microsoft/vscode-python/issues/545)) |
| 34 | +* Code clean up ([#353](https://github.com/Microsoft/vscode-python/issues/353), [#352](https://github.com/Microsoft/vscode-python/issues/352), [#354](https://github.com/Microsoft/vscode-python/issues/354), [#456](https://github.com/Microsoft/vscode-python/issues/456), [#491](https://github.com/Microsoft/vscode-python/issues/491), [#228](https://github.com/Microsoft/vscode-python/issues/228), [#549](https://github.com/Microsoft/vscode-python/issues/545), [#594](https://github.com/Microsoft/vscode-python/issues/594), [#617](https://github.com/Microsoft/vscode-python/issues/617), [#556](https://github.com/Microsoft/vscode-python/issues/556)) |
| 35 | +* Move to `yarn` from `npm` ([#421](https://github.com/Microsoft/vscode-python/issues/421)) |
| 36 | +* Add code coverage for extension itself ([#464](https://github.com/Microsoft/vscode-python/issues/464)) |
| 37 | +* Releasing [insiders build](https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix) of the extension and uploading to cloud storage ([#429](https://github.com/Microsoft/vscode-python/issues/429)) |
| 38 | +* Japanese translation ([#434](https://github.com/Microsoft/vscode-python/pull/434)) |
| 39 | +* Russian translation ([#411](https://github.com/Microsoft/vscode-python/pull/411)) |
| 40 | +* Support paths with spaces when generating tags with `Build Workspace Symbols` ([#44](https://github.com/Microsoft/vscode-python/issues/44)) |
| 41 | +* Add ability to configure the linters ([#572](https://github.com/Microsoft/vscode-python/issues/572)) |
| 42 | +* Add default set of rules for Pylint ([#554](https://github.com/Microsoft/vscode-python/issues/554)) |
| 43 | +* Prompt to install formatter if not available ([#524](https://github.com/Microsoft/vscode-python/issues/524)) |
| 44 | +* work around `editor.formatOnSave` failing when taking more then 750ms ([#124](https://github.com/Microsoft/vscode-python/issues/124), [#590](https://github.com/Microsoft/vscode-python/issues/590), [#624](https://github.com/Microsoft/vscode-python/issues/624), [#427](https://github.com/Microsoft/vscode-python/issues/427), [#492](https://github.com/Microsoft/vscode-python/issues/492)) |
| 45 | +* Function argument completion no longer automatically includes the default argument ([#522](https://github.com/Microsoft/vscode-python/issues/522)) |
| 46 | +* When sending a selection to the terminal, keep the focus in the editor window ([#60](https://github.com/Microsoft/vscode-python/issues/60)) |
| 47 | +* Install packages for non-environment Pythons as `--user` installs ([#527](https://github.com/Microsoft/vscode-python/issues/527)) |
| 48 | +* No longer suggest the system Python install on macOS when running `Select Interpreter` as it's too outdated (e.g. lacks `pip`) ([#440](https://github.com/Microsoft/vscode-python/issues/440)) |
| 49 | +* Fix potential hang from Intellisense ([#423](https://github.com/Microsoft/vscode-python/issues/423)) |
| 50 | + |
3 | 51 | ## Version 0.9.1 (19 December 2017)
|
4 | 52 |
|
5 | 53 | * Fixes the compatibility issue with the [Visual Studio Code Tools for AI](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.vscode-ai) [#432](https://github.com/Microsoft/vscode-python/issues/432)
|
|
0 commit comments