missing comment

This commit is contained in:
Mathew Pareles 2025-04-10 01:18:25 -07:00
parent 9d6a4c4648
commit 4445ff28ce

View file

@ -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
}