Skip to content

Tweaks based on our requirements #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 22, 2023
Prev Previous commit
Next Next commit
Remove unused import
  • Loading branch information
the21st committed Mar 16, 2023
commit a1b75cf4b720a126f928dfe7ea4c930c093c9b65
1 change: 0 additions & 1 deletion packages/server/src/complete/Identifier.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CompletionItem, CompletionItemKind } from 'vscode-languageserver-types'
import { makeTableAlias } from './StringUtils'

export const ICONS = {
KEYWORD: CompletionItemKind.Text,
Expand Down