mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
rm
This commit is contained in:
parent
a6f1b1e0ad
commit
db2c60db82
1 changed files with 0 additions and 3 deletions
|
|
@ -32,9 +32,6 @@ export type AddCtrlKOpts = {
|
|||
editor: ICodeEditor,
|
||||
}
|
||||
|
||||
export type URIAcceptRejectState = 'idle' | 'acceptRejectAll' | 'streaming'
|
||||
|
||||
|
||||
export const IEditCodeService = createDecorator<IEditCodeService>('editCodeService');
|
||||
|
||||
export interface IEditCodeService {
|
||||
|
|
|
|||
Loading…
Reference in a new issue