We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67d4dd commit 2e4bb09Copy full SHA for 2e4bb09
1 file changed
src/vs/workbench/services/path/common/pathService.ts
@@ -9,7 +9,7 @@ import { URI } from 'vs/base/common/uri';
9
import { createDecorator } from 'vs/platform/instantiation/common/instantiation';
10
import { IRemoteAgentService } from 'vs/workbench/services/remote/common/remoteAgentService';
11
12
-export const IPathService = createDecorator<IPathService>('path');
+export const IPathService = createDecorator<IPathService>('pathService');
13
14
/**
15
* Provides access to path related properties that will match the
0 commit comments