Skip to content

Commit 52051a5

Browse files
Fix unused import buildMethodProxy in workerFactory.ts (#157)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 7c61c6f commit 52051a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workerFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { TelemetryReporter } from '@vscode/extension-telemetry';
1414
import * as vsc from 'vscode';
1515
import path from 'path';
1616

17-
import { connectWorkerPort, buildMethodProxy, Transfer } from './core/rpc';
17+
import { connectWorkerPort, Transfer } from './core/rpc';
1818
import { GlobalOutputChannel } from './main';
1919
import type {
2020
CellValue,

0 commit comments

Comments
 (0)