Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ part of!

### Enhancements

1. Adds support for code completion in the debug console window.
([#1076](https://github.com/Microsoft/vscode-python/issues/1076))
1. Auto activate Python Environment in terminals (disable with `"python.terminal.activateEnvironment": false`).
([#1387](https://github.com/Microsoft/vscode-python/issues/1387))
1. Add support for activation of `pyenv` environments in the Terminal.
Expand All @@ -79,22 +81,27 @@ part of!
([#2630](https://github.com/Microsoft/vscode-python/issues/2630))
1. Language server now provides rename functionality.
([#2650](https://github.com/Microsoft/vscode-python/issues/2650))
1. Search for default known paths for conda environments on windows.
([#2794](https://github.com/Microsoft/vscode-python/issues/2794))

### Fixes

1. Improvements to the display format of interpreter information in the list of interpreters.
([#1352](https://github.com/Microsoft/vscode-python/issues/1352))
1. Deprecate the use of the setting `python.autoComplete.preloadModules`. Recommendation is to utilize the new language server (change the setting `"python.jediEnabled": false`).
([#1704](https://github.com/Microsoft/vscode-python/issues/1704))
1. Add a new `"python.condaPath"` setting to use if conda is not found on `PATH`.
1. Add a new `python.condaPath` setting to use if conda is not found on `PATH`.
([#1944](https://github.com/Microsoft/vscode-python/issues/1944))
1. Ensure code is executed when the last line of selected code is indented.
([#2167](https://github.com/Microsoft/vscode-python/issues/2167))
1. Stop duplicate initializations of the Python Language Server's progress reporter.
([#2297](https://github.com/Microsoft/vscode-python/issues/2297))
1. Fix the regex expression to match MyPy linter messages that expects the file name to have a .py extension, that isn't always the case, to catch any filename.
1. Fix the regex expression to match MyPy linter messages that expects the file name to have a `.py` extension, that isn't always the case, to catch any filename.
E.g., .pyi files that describes interfaces wouldn't get the linter messages to Problems tab.
([#2380](https://github.com/Microsoft/vscode-python/issues/2380))
1. Do not use variable substitution when updating `python.pythonPath`. This matters
because VS Code does not do variable substitution in settings values.
([#2459](https://github.com/Microsoft/vscode-python/issues/2459))
1. Use a python script to launch the debugger, instead of using `-m` which requires changes to the `PYTHONPATH` variable.
([#2509](https://github.com/Microsoft/vscode-python/issues/2509))
1. Provide paths from `PYTHONPATH` environment variable to the language server, as additional search locations of Python modules.
Expand All @@ -107,15 +114,25 @@ part of!
([#2563](https://github.com/Microsoft/vscode-python/issues/2563))
1. Use the environment folder name for environments without environment names in the Conda Environments list file.
([#2577](https://github.com/Microsoft/vscode-python/issues/2577))
1. Update environment variable naming convention for `SPARK_HOME`, when stored in `settings.json`.
([#2628](https://github.com/Microsoft/vscode-python/issues/2628))
1. Fix debug adapter `Attach` test.
([#2655](https://github.com/Microsoft/vscode-python/issues/2655))
1. Fix colon-triggered block formatting.
([#2714](https://github.com/Microsoft/vscode-python/issues/2714))
1. Use full path to activate command in conda environments on windows when python.condaPath is set.
([#2753](https://github.com/Microsoft/vscode-python/issues/2753))

### Code Health

1. Fix broken CI on Azure DevOps.
([#2549](https://github.com/Microsoft/vscode-python/issues/2549))
1. Upgraded our version of `request` to `2.87.0`.
([#2621](https://github.com/Microsoft/vscode-python/issues/2621))
1. Include the version of language server in telemetry.
([#2702](https://github.com/Microsoft/vscode-python/issues/2702))
1. Update `vscode-extension-telemetry` to `0.0.22`.
([#2745](https://github.com/Microsoft/vscode-python/issues/2745))


## 2018.8.0 (04 September 2018)
Expand Down
1 change: 0 additions & 1 deletion news/1 Enhancements/1076.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/1387.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/1526.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/1689.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2175.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2398.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2461.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/1 Enhancements/2483.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2494.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2580.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2617.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2630.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2650.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/2794.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/1352.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/1704.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/1882.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/1944.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2167.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2297.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/2 Fixes/2380.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/2 Fixes/2459.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2509.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2518.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2557.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2562.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2563.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2577.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2628.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2655.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2714.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2753.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2549.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2621.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2702.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2745.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2018.9.0-rc",
"version": "2018.9.0",
"publisher": "ms-python",
"author": {
"name": "Microsoft Corporation"
Expand Down