|
| 1 | +## 0.5.1 |
| 2 | +* Prompt to install linter if not installed [#255](https://github.com/DonJayamanne/pythonVSCode/issues/255) |
| 3 | +* Prompt to configure and install test framework |
| 4 | +* Added support for pylama [#495](https://github.com/DonJayamanne/pythonVSCode/pull/495) |
| 5 | +* Partial support for PEP484 |
| 6 | +* Linting python files when they are opened [#462](https://github.com/DonJayamanne/pythonVSCode/issues/462) |
| 7 | +* Fixes to unit tests discovery [#307](https://github.com/DonJayamanne/pythonVSCode/issues/307), |
| 8 | +[#459](https://github.com/DonJayamanne/pythonVSCode/issues/459) |
| 9 | +* Fixes to intelliense [#438](https://github.com/DonJayamanne/pythonVSCode/issues/438), |
| 10 | +[#433](https://github.com/DonJayamanne/pythonVSCode/issues/433), |
| 11 | +[#457](https://github.com/DonJayamanne/pythonVSCode/issues/457), |
| 12 | +[#436](https://github.com/DonJayamanne/pythonVSCode/issues/436), |
| 13 | +[#434](https://github.com/DonJayamanne/pythonVSCode/issues/434), |
| 14 | +[#447](https://github.com/DonJayamanne/pythonVSCode/issues/447), |
| 15 | +[#448](https://github.com/DonJayamanne/pythonVSCode/issues/448), |
| 16 | +[#293](https://github.com/DonJayamanne/pythonVSCode/issues/293), |
| 17 | +[#381](https://github.com/DonJayamanne/pythonVSCode/pull/381) |
| 18 | +* Supporting additional search paths for interpreters on windows [#446](https://github.com/DonJayamanne/pythonVSCode/issues/446) |
| 19 | +* Fixes to code refactoring [#440](https://github.com/DonJayamanne/pythonVSCode/issues/440), |
| 20 | +[#467](https://github.com/DonJayamanne/pythonVSCode/issues/467), |
| 21 | +[#468](https://github.com/DonJayamanne/pythonVSCode/issues/468), |
| 22 | +[#445](https://github.com/DonJayamanne/pythonVSCode/issues/445) |
| 23 | +* Fixes to linters [#463](https://github.com/DonJayamanne/pythonVSCode/issues/463) |
| 24 | +[#439](https://github.com/DonJayamanne/pythonVSCode/issues/439), |
| 25 | +* Bug fix in handling nosetest arguments [#407](https://github.com/DonJayamanne/pythonVSCode/issues/407) |
| 26 | +* Better error handling when linter fails [#402](https://github.com/DonJayamanne/pythonVSCode/issues/402) |
| 27 | +* Restoring extension specific formatting [#421](https://github.com/DonJayamanne/pythonVSCode/issues/421) |
| 28 | +* Fixes to debugger (unwanted breakpoints) [#392](https://github.com/DonJayamanne/pythonVSCode/issues/392), [#379](https://github.com/DonJayamanne/pythonVSCode/issues/379) |
| 29 | +* Support spaces in python path when executing in terminal [#428](https://github.com/DonJayamanne/pythonVSCode/pull/428) |
| 30 | +* Changes to snippets [#429](https://github.com/DonJayamanne/pythonVSCode/pull/429) |
| 31 | +* Marketplace changes [#430](https://github.com/DonJayamanne/pythonVSCode/pull/430) |
| 32 | +* Cleanup and miscellaneous fixes (typos, keyboard bindings and the liks) |
| 33 | + |
1 | 34 | ## 0.5.0 |
2 | 35 | * Remove dependency on zmq when using Jupyter or IPython (pure python solution) |
3 | 36 | * Added a default keybinding for ```Jupyter:Run Selection/Line``` of ```ctrl+alt+enter``` |
|
0 commit comments