Skip to content

Commit a5ba414

Browse files
karthiknadigjoyceerhlKartik Raj
authored
Merge back from release to main (microsoft#16530)
* Recommend >= 0.2.0 of `torch-tb-profiler` (microsoft#16440) * Recommend >= 0.2.0 of torch-tb-profiler * Update CHANGELOG.md and delete news * Prep for trusted workspaces work (microsoft#16485) * Implement python.defaultInterpreterPath in workspace scope * Move DeprecatePythonPath experiment to new framework and retire old framework * Remove execution isolation script * Do not delete old user setting while migrating interpreter settings * Modify the python path deprecation prompt * Add deprecate pythonPath doc in package.json * Add default Interpreter path entry at the bottom of the interpreter list * Update VSCode engine to 1.57 * Restore Deprecate PythonPath experiment for compatibility * Remove environments security related to discovery (#17) * Remove environments security related to autoselection (#18) * Fix ESLint errors related to security undo work * Add experiment to package.json * Edit changelog to include enhancement details * Delete news entry * Update release candidate for release (microsoft#16490) * Update change log * Update version * Update TPN * Remove deprecated setting usage in DS smoke test (microsoft#16491) Co-authored-by: Joyce Er <[email protected]> Co-authored-by: Kartik Raj <[email protected]>
1 parent 868d389 commit a5ba414

File tree

3 files changed

+330
-164
lines changed

3 files changed

+330
-164
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2021.6.0-rc (9 June 2021)
3+
## 2021.6.0 (16 June 2021)
44

55
### Enhancements
66

@@ -20,7 +20,7 @@
2020
([#16485](https://github.com/Microsoft/vscode-python/issues/16485))
2121
1. Show `python.pythonPath` deprecation prompt when in `pythonDeprecatePythonPath` experiment.
2222
([#16485](https://github.com/Microsoft/vscode-python/issues/16485))
23-
1. Do not show safety prompt before autoselecting a workspace interpreter.
23+
1. Do not show safety prompt before auto-selecting a workspace interpreter.
2424
([#16485](https://github.com/Microsoft/vscode-python/issues/16485))
2525
1. Assume workspace interpreters are safe to execute for discovery.
2626
([#16485](https://github.com/Microsoft/vscode-python/issues/16485))

0 commit comments

Comments
 (0)