-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve runtime session service stability (#5380)
The aim of this PR is to improve the stability of the runtime session service, with a slight focus on notebooks. This is another step toward #2671. I've also added an extensive suite of unit tests for the runtime session service, for two reasons: 1. Some of the issues we're seeing with notebooks are intermittent and therefore tricky to reproduce without tests. 2. I wanted to ensure that I didn't break any existing behavior with these changes as well as more planned changes to add notebook-runtime methods to the extension API.
- Loading branch information
Showing
8 changed files
with
1,168 additions
and
100 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
355 changes: 266 additions & 89 deletions
355
src/vs/workbench/services/runtimeSession/common/runtimeSession.ts
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.