Skip to content

Commit

Permalink
fix: use zadeh library
Browse files Browse the repository at this point in the history
The library is renamed
  • Loading branch information
aminya committed Feb 7, 2021
1 parent a2b40dd commit 5d9aeb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/adapters/autocomplete-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Convert from '../convert';
import * as Utils from '../utils';
import { CancellationTokenSource } from 'vscode-jsonrpc';
import { ActiveServer } from '../server-manager';
import { filter } from 'fuzzaldrin-plus-fast';
import { filter } from 'zadeh';
import {
CompletionContext,
CompletionItem,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"atomTestRunner": "./test/runner",
"dependencies": {
"fuzzaldrin-plus-fast": "^1.2.4",
"zadeh": "^2.0.2",
"vscode-jsonrpc": "5.0.1",
"vscode-languageserver-protocol": "3.15.3",
"vscode-languageserver-types": "3.15.1"
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d9aeb7

Please sign in to comment.