Skip to content

Commit 2e4bb09

Browse files
author
Benjamin Pasero
committed
💄 service name
1 parent f67d4dd commit 2e4bb09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/path/common/pathService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { URI } from 'vs/base/common/uri';
99
import { createDecorator } from 'vs/platform/instantiation/common/instantiation';
1010
import { IRemoteAgentService } from 'vs/workbench/services/remote/common/remoteAgentService';
1111

12-
export const IPathService = createDecorator<IPathService>('path');
12+
export const IPathService = createDecorator<IPathService>('pathService');
1313

1414
/**
1515
* Provides access to path related properties that will match the

0 commit comments

Comments
 (0)