mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
comment
This commit is contained in:
parent
d0d1124543
commit
64760aae13
1 changed files with 1 additions and 2 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue