mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
* Remove i18n causing classifier to fail due to missing label * 🎁 Add `killOnServerStop` to debug configuration (#163779) * 🎁 Add `killOnServerStop` to schema Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 📜 Add description for `killOnServerStop` Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 🔨 Stop created debug session on server stop Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 🔨 Push kill listeners into another disposable container Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 🐛 Prevent leak when new debug session fails to start Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * 🔨 Use more verbose name for debug session tracker ID Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> * assign bhayva to getting started Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> Co-authored-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>