Skip to content

Commit 2be4649

Browse files
committed
chore: remove ts-expect-error
1 parent 865722e commit 2be4649

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/osa.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { platform } from 'node:os';
22
import { window } from 'vscode';
3-
// @ts-expect-error TODO Fix package
43
import { getConfig } from 'vscode-get-config';
54
import { getOutName, spawnPromise } from './util.ts';
65

src/processes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { kill } from 'node:process';
22
import { window } from 'vscode';
3-
// @ts-expect-error TODO Fix package
43
import { getConfig } from 'vscode-get-config';
54

65
const activeProcesses = new Map<number, ActiveProcess>();

src/task.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { promises as fs } from 'node:fs';
22
import { basename, resolve } from 'node:path';
33
import { window, workspace } from 'vscode';
4-
// @ts-expect-error TODO Fix package
54
import { getConfig } from 'vscode-get-config';
65
import { getOutName } from './util.ts';
76

src/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { spawn } from 'node:child_process';
33
import { basename, dirname, extname, join } from 'node:path';
44
import lineColumn from 'line-column';
55
import { type OutputChannel, window } from 'vscode';
6-
// @ts-expect-error TODO Fix package
76
import { getConfig } from 'vscode-get-config';
87
import * as activeProcesses from './processes.ts';
98

0 commit comments

Comments
 (0)