mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
💄
This commit is contained in:
@@ -203,7 +203,7 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
|
||||
return controller;
|
||||
}
|
||||
|
||||
$acceptSelection(handle: number, uri: UriComponents, value: boolean): void {
|
||||
$acceptNotebookAssociation(handle: number, uri: UriComponents, value: boolean): void {
|
||||
const obj = this._kernelData.get(handle);
|
||||
if (obj) {
|
||||
// update data structure
|
||||
|
||||
Reference in New Issue
Block a user