Skip to content

Commit

Permalink
Update src/omnisharp/protocol.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored May 7, 2021
1 parent d506d63 commit 0e83f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/omnisharp/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ export interface QuickInfoResponse {
export interface CompletionRequest extends Request {
CompletionTrigger: CompletionTriggerKind;
TriggerCharacter?: string;
UseAsyncCompletion: boolean;
}

export interface CompletionResponse {
Expand Down

0 comments on commit 0e83f1a

Please sign in to comment.