File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 44 *--------------------------------------------------------------------------------------------*/
55
66import { Logger } from '../logger' ;
7- import * as protocol from './protocol' ;
87import * as prioritization from './prioritization' ;
98
109export interface Request {
@@ -109,7 +108,6 @@ class RequestQueue {
109108}
110109
111110export class RequestQueueCollection {
112- private _logger : Logger ;
113111 private _isProcessing : boolean ;
114112 private _priorityQueue : RequestQueue ;
115113 private _normalQueue : RequestQueue ;
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { Options } from './options';
1111import { Logger } from '../logger' ;
1212import { DelayTracker } from './delayTracker' ;
1313import { LaunchTarget , findLaunchTargets } from './launcher' ;
14- import { PlatformInformation } from '../platform' ;
1514import { Request , RequestQueueCollection } from './requestQueue' ;
1615import TelemetryReporter from 'vscode-extension-telemetry' ;
1716import * as path from 'path' ;
@@ -58,7 +57,6 @@ const TelemetryReportingDelay = 2 * 60 * 1000; // two minutes
5857export class OmniSharpServer {
5958
6059 private static _nextId = 1 ;
61- private static StartupTimeout = 1000 * 60 ;
6260
6361 private _readLine : ReadLine ;
6462 private _disposables : vscode . Disposable [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments