mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
add unit test to assert, https://github.com/microsoft/vscode/issues/122028
This commit is contained in:
@@ -219,7 +219,7 @@ export class MainThreadNotebookKernels implements MainThreadNotebookKernelsShape
|
||||
$updateNotebookPriority(handle: number, notebook: UriComponents, value: number | undefined): void {
|
||||
const tuple = this._kernels.get(handle);
|
||||
if (tuple) {
|
||||
this._notebookKernelService.updateKernelNotebookPriority(tuple[0], URI.revive(notebook), value);
|
||||
this._notebookKernelService.updateKernelNotebookAffinity(tuple[0], URI.revive(notebook), value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user