Tags: SamB/vscode-python
Tags
Updates for the 2019.6.0 release. (microsoft#6327) (for microsoft#5825)
Point release with fixes for debugger and activation of environments (m… …icrosoft#5939) * Fixes to activation of Conda environments (microsoft#5934) * Disable quoting paths sent to the debugger as args (microsoft#5936) * Disable quoting paths sent to the debugger as args * Remove unnecessary class * Fix typo * Fixes to tests * Update version for new point release
May point release with fixes for shell detection (microsoft#5925) * Fixes * Rename news file * New point release
Point release with changes to identification of shell (microsoft#5898)
Point release for May release (microsoft#5846) * Revert "Ensure using request: launch item in launch.json for debugging sends pathmappings (microsoft#5552)" This reverts commit 1fad96f. * Update change log * Update version numbers
Fixes to creation of json for Language Server (microsoft#5436) For microsoft#5043 <!-- If an item below does not apply to you, then go ahead and check it off as "done" and strikethrough the text, e.g.: - [x] ~Has unit tests & system/integration tests~ --> - [x] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR) - [x] Title summarizes what is changing - [n/a] Has a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!) - [n/a] Has sufficient logging. - [n/a] Has telemetry for enhancements. - [x] Unit tests & system/integration tests are added/updated - [n/a] [Test plan](https://github.com/Microsoft/vscode-python/blob/master/.github/test_plan.md) is updated as appropriate - [n/a] [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package-lock.json) has been regenerated by running `npm install` (if dependencies have changed) - [n/a] The wiki is updated with any design decisions/details.
Ignore the extension's Python files when debugging. (microsoft#5103) (for microsoft#3201)
PreviousNext