This commit is contained in:
Alex Ross 2023-12-05 12:24:41 +01:00
Родитель 1848a780a1
Коммит e7ee46f8b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 89DDDBA66CBA7840
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -392,6 +392,16 @@ When attempting to use Smart Send via `kbstyle(Shift+Enter)` on a Python file th
The Python [test adapter rewrite experiment](https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2023-release/#test-discovery-and-execution-rewrite) has been rolled out to 100% of users. Currently, you can opt-out by adding `"python.experiments.optOutFrom" : "pythonTestAdapter"` in your `settings.json`, but we will soon drop this experimental flag and adopt this new architecture.
### GitHub Pull Requests and Issues
There has been more progress on the [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension, which allows you to work on, create, and manage pull requests and issues.
* Merge queues are now supported in the PR description and create view.
* The new setting `"githubPullRequests.allowFetch": false` will prevent `fetch` from being run.
* Submodule support has been improved.
Review the [changelog for the 0.78.0](https://github.com/microsoft/vscode-pull-request-github/blob/main/CHANGELOG.md#0780) release of the extension to learn about the other highlights.
## Preview Features
### Sticky Scroll in trees

Просмотреть файл

@ -6,6 +6,10 @@
For WSL and local Dev Containers sessions, the local machine's certificates are now also loaded for extensions running in the remote environment. This enables extensions to use HTTPS in scenarios where, for example, a self-signed certificate for development or a corporate proxy with a custom certificate authority is used.
### Automatically change to `hybrid` port source
The `remote.autoForwardPortsSource` is `process` and more than 20 ports have already been auto-forwarded, the port source will automatically switch to `hybrid`. This should result in fewer cases where unneeded ports are unnecessarily forwarded.
## Dev Containers
### Opt out of extensions