Describe the bug
- Hot reload works flawlessly on 1.65.2 but upgrading to 1.66 cause frequent disconnection of debugger after few seconds.
- also disconnects when doing hot restart
To Reproduce
Steps to reproduce the behavior:
- Upgrade to VSCODE version 1.66
- start debug session on flutter
- hot restart or hot reload
- see that it disconnect from debug session
Expected behavior
debug session should not disconnect, should work as previously
Versions (please complete the following information):
- VS Code version: 1.66
- Dart extension version: v3.38
- Dart/Flutter SDK version: 2.16.1 / 2.10.3
here the link to issue raised in vscode repo: microsoft/vscode#146448