Skip to content

Commit

Permalink
refactor(api): remove unused SymbolKind enum from ChatCommand interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma1lboy committed Jan 6, 2025
1 parent 1e6f305 commit bc71716
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions clients/tabby-chat-panel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,6 @@ export interface GitRepository {
*/
export type ChatCommand = 'explain' | 'fix' | 'generate-docs' | 'generate-tests'

/**
* A symbol kind from vscode standard
*/
export enum SymbolKind {
/**
* The `File` symbol kind.
*/
File = 0,
}

/**
* Represents a file reference (file path plus an optional 1-based line range) for retrieving file content.
* If `range` is not provided, the entire file is considered.
Expand Down

0 comments on commit bc71716

Please sign in to comment.