Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jan 9, 2021
1 parent 16caa86 commit a11d3f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ import {
workspace
} from "vscode";

export type Selector = {
ids: Map<string, CompletionItem>,
classes: Map<string, CompletionItem>,
rangesId: Range[],
rangesClass: Range[]
};

export class SelectorCompletionItemProvider implements CompletionItemProvider, Disposable {

readonly start = new Position(0, 0);
Expand Down

0 comments on commit a11d3f6

Please sign in to comment.