refactor(tui): centralize active location
This commit is contained in:
@@ -172,6 +172,7 @@ export interface UI {
|
||||
|
||||
export interface Context {
|
||||
readonly options: Readonly<Record<string, any>>
|
||||
readonly location: LocationRef | undefined
|
||||
readonly client: OpenCodeClient
|
||||
readonly data: Data
|
||||
readonly keymap: Keymap
|
||||
|
||||
Reference in New Issue
Block a user