Skip to content

Commit

Permalink
Remove unnecessay interface from LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Jan 30, 2023
1 parent 6d2535b commit cea2f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions languageServer/src/ITextDocumentWrapper.ts

This file was deleted.

3 changes: 1 addition & 2 deletions languageServer/src/TextDocumentWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ import {
isPair
} from 'yaml'
import { alphadecimalWords, variableTemplates } from './regexes'
import { ITextDocumentWrapper } from './ITextDocumentWrapper'

export class TextDocumentWrapper implements ITextDocumentWrapper {
export class TextDocumentWrapper {
uri: string

private textDocument: TextDocument
Expand Down

0 comments on commit cea2f73

Please sign in to comment.