Skip to content

Commit

Permalink
Addressed code review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Sep 27, 2021
1 parent 0c8117f commit 222606f
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 126 deletions.
2 changes: 1 addition & 1 deletion protocol/src/common/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export namespace Proposed {
export const WorkspaceDiagnosticRequest: typeof diag.WorkspaceDiagnosticRequest = diag.WorkspaceDiagnosticRequest;
export const DiagnosticRefreshRequest: typeof diag.DiagnosticRefreshRequest = diag.DiagnosticRefreshRequest;

// type hierarchy
// ------------------------------ Type Hierarchy ------------------------------
export type TypeHierarchyClientCapabilities = typeh.TypeHierarchyClientCapabilities;
export type TypeHierarchyOptions = typeh.TypeHierarchyOptions;
export type TypeHierarchyRegistrationOptions = typeh.TypeHierarchyRegistrationOptions;
Expand Down
Loading

0 comments on commit 222606f

Please sign in to comment.