diff --git a/src/vs/workbench/contrib/void/browser/_dummyContrib.ts b/src/vs/workbench/contrib/void/browser/_dummyContrib.ts index 7f88c445..6898845e 100644 --- a/src/vs/workbench/contrib/void/browser/_dummyContrib.ts +++ b/src/vs/workbench/contrib/void/browser/_dummyContrib.ts @@ -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 }