[extension] Fix import

This commit is contained in:
orosmatthew 2024-01-31 18:27:25 -05:00
parent face74b314
commit 8f91b6848b

View File

@ -2,7 +2,7 @@ import * as fs from 'fs-extra';
import { join } from 'path';
import os = require('os');
import { spawn } from 'child_process';
import * as kill from 'tree-kill';
import kill = require('tree-kill');
export async function runCSharp(
srcDir: string,