Skip to content

Commit

Permalink
Merge pull request #765 from eamodio/bug-#735
Browse files Browse the repository at this point in the history
Fixes the incorrect lodash.debounce import/require
  • Loading branch information
DustinCampbell authored Sep 19, 2016
2 parents f8daf45 + f7d64b9 commit 745ae50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18,546 deletions.
3 changes: 2 additions & 1 deletion src/features/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import {dotnetRestoreForProject} from './commands';
import {basename} from 'path';
import * as protocol from '../omnisharp/protocol';
import * as serverUtils from '../omnisharp/utils';
import {debounce} from 'lodash';

const debounce = require('lodash.debounce');

export default function reportStatus(server: OmnisharpServer) {
return vscode.Disposable.from(
Expand Down
Loading

0 comments on commit 745ae50

Please sign in to comment.