There was an error while loading. Please reload this page.
1 parent 7c61c6f commit 52051a5Copy full SHA for 52051a5
1 file changed
src/workerFactory.ts
@@ -14,7 +14,7 @@ import type { TelemetryReporter } from '@vscode/extension-telemetry';
14
import * as vsc from 'vscode';
15
import path from 'path';
16
17
-import { connectWorkerPort, buildMethodProxy, Transfer } from './core/rpc';
+import { connectWorkerPort, Transfer } from './core/rpc';
18
import { GlobalOutputChannel } from './main';
19
import type {
20
CellValue,
0 commit comments