mirror of
https://github.com/voideditor/void.git
synced 2025-03-14 13:59:21 +00:00
comment
This commit is contained in:
@ -7,8 +7,7 @@ import { InstantiationType, registerSingleton } from '../../../../../platform/in
|
||||
import { createDecorator } from '../../../../../platform/instantiation/common/instantiation.js';
|
||||
|
||||
|
||||
// lets you add a "consistent" item to a Model (aka URI),
|
||||
// instead of just to a single editor
|
||||
// lets you add a "consistent" item to a Model (aka URI), instead of just to a single editor
|
||||
|
||||
|
||||
type AddItemInputs = { uri: URI; fn: (editor: ICodeEditor) => (() => void); }
|
||||
|
Reference in New Issue
Block a user