We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3890681 commit f7d64b9Copy full SHA for f7d64b9
src/features/status.ts
@@ -10,7 +10,8 @@ import {dotnetRestoreForProject} from './commands';
10
import {basename} from 'path';
11
import * as protocol from '../omnisharp/protocol';
12
import * as serverUtils from '../omnisharp/utils';
13
-import {debounce} from 'lodash';
+
14
+const debounce = require('lodash.debounce');
15
16
export default function reportStatus(server: OmnisharpServer) {
17
return vscode.Disposable.from(
0 commit comments