[extension] Fix tree kill import
This commit is contained in:
parent
213f3381d2
commit
85d3b66b40
@ -2,8 +2,7 @@ import * as fs from 'fs-extra';
|
||||
import { join } from 'path';
|
||||
import os = require('os');
|
||||
import { spawn } from 'child_process';
|
||||
|
||||
import kill = require('tree-kill');
|
||||
import * as kill from 'tree-kill';
|
||||
|
||||
export async function runCSharp(
|
||||
srcDir: string,
|
||||
|
Loading…
Reference in New Issue
Block a user