Skip to content

Commit e370b0a

Browse files
authored
Update changelog and version (#12659)
1 parent 30681bb commit e370b0a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
([#12580](https://github.com/Microsoft/vscode-python/issues/12580))
1313
1. Add more telemetry to distinguish how is the start page opened.
1414
([#12603](https://github.com/microsoft/vscode-python/issues/12603))
15+
1. Stop looking for mspythonconfig.json file in subfolders.
16+
([#12614](https://github.com/Microsoft/vscode-python/issues/12614))
1517

1618
## 2020.6.2 (25 June 2020)
1719

news/2 Fixes/12614.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2020.6.2",
5+
"version": "2020.6.3",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)