Reflecting changes from golang/vscode-go@1964a4ee4c

GitHub Action 2023-11-07 01:11:54 +00:00
Родитель 180e05e275
Коммит 6dd0120c20
1 изменённых файлов: 0 добавлений и 9 удалений

@ -1,14 +1,5 @@
Welcome to the VSCode Go Wiki!
### 📣 News and Upcoming Changes
[Remote attach debugging](./debugging#connecting-to-headless-delve-with-target-specified-at-server-start-up) is now available via Delve's native DAP implementation with Delve v1.7.3 or newer.
We plan to enable this as the default in 2022 H1 to enhance remote debugging with the same
[debugging features](./debugging) that are already in use for local debugging.
We recommend switching your remote attach configurations in `launch.json` to use
`"debugAdapter":"dlv-dap"` now to verify that this works for you.
Please [file a new issue](https://github.com/golang/vscode-go/issues/new/choose) if you encounter any problems.
### User Documentation
* [Overview of Extension Features](features)