Skip to content

Commit 745ae50

Browse files
Merge pull request #765 from eamodio/bug-#735
Fixes the incorrect lodash.debounce import/require
2 parents f8daf45 + f7d64b9 commit 745ae50

File tree

2 files changed

+2
-18546
lines changed

2 files changed

+2
-18546
lines changed

src/features/status.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import {dotnetRestoreForProject} from './commands';
1010
import {basename} from 'path';
1111
import * as protocol from '../omnisharp/protocol';
1212
import * as serverUtils from '../omnisharp/utils';
13-
import {debounce} from 'lodash';
13+
14+
const debounce = require('lodash.debounce');
1415

1516
export default function reportStatus(server: OmnisharpServer) {
1617
return vscode.Disposable.from(

0 commit comments

Comments
 (0)