mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
missing comment
This commit is contained in:
parent
9d6a4c4648
commit
4445ff28ce
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import { KeybindingWeight } from '../../../../platform/keybinding/common/keybind
|
|||
import { IWorkbenchContribution, registerWorkbenchContribution2, WorkbenchPhase } from '../../../common/contributions.js';
|
||||
|
||||
|
||||
// to change this, just Cmd+Shift+F and replace DummyService with YourServiceName, and replace
|
||||
// to change this, just Cmd+Shift+F and replace DummyService with YourServiceName, and create a unique ID below
|
||||
export interface IDummyService {
|
||||
readonly _serviceBrand: undefined; // services need this, just leave it undefined
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue