Skip to content

Commit

Permalink
fix warnings on languages.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Amiram Wingarten <amiram.wingarten@sap.com>
  • Loading branch information
amiramw committed Feb 17, 2020
1 parent e39170b commit 1eaecd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-ext/src/plugin/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ type Adapter = CompletionAdapter |
CodeLensAdapter |
CodeActionAdapter |
OutlineAdapter |
LinkProviderAdapter |
ReferenceAdapter |
WorkspaceSymbolAdapter |
FoldingProviderAdapter |
Expand All @@ -117,7 +116,7 @@ export class LanguagesExtImpl implements LanguagesExt {

private proxy: LanguagesMain;

private diagnostics: Diagnostics;
private readonly diagnostics: Diagnostics;

private callId = 0;
private adaptersMap = new Map<number, Adapter>();
Expand Down

0 comments on commit 1eaecd5

Please sign in to comment.