-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handle completion and evaluation in debug session (#10469)
- Ensure console session is disposed when debug session is destroyed -- Remove monaco completion item provider on disposal - Only trigger console session functionality for matching debug session -- Consider child sessions when searching for valid parents -- Ensure we provide completion items for our own session -- Ensure we provide evaluation for our own session - Sync debug console with the currently selected session Fixes #10468 Fixes #10648
- Loading branch information
1 parent
d5bb4e8
commit a3b025a
Showing
3 changed files
with
68 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters