This commit is contained in:
Andrew Pareles 2025-03-21 21:53:42 -07:00
parent a6f1b1e0ad
commit db2c60db82

View file

@ -32,9 +32,6 @@ export type AddCtrlKOpts = {
editor: ICodeEditor,
}
export type URIAcceptRejectState = 'idle' | 'acceptRejectAll' | 'streaming'
export const IEditCodeService = createDecorator<IEditCodeService>('editCodeService');
export interface IEditCodeService {