Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Dec 17, 2021
1 parent 3dd3cc5 commit 31db66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as vscode from 'vscode';
import * as cp from 'child_process';
import { rGuestService, isGuestSession } from './liveShare';
import { extensionContext } from './extension';
import { kill } from 'process';
import * as kill from 'tree-kill';

export function config(): vscode.WorkspaceConfiguration {
return vscode.workspace.getConfiguration('r');
Expand Down

0 comments on commit 31db66a

Please sign in to comment.