IUriLabelService -> ILabelService

This commit is contained in:
isidor
2018-08-23 12:57:22 +02:00
parent de38bb2ea3
commit 9a57f2e00b
46 changed files with 190 additions and 190 deletions

View File

@@ -15,7 +15,7 @@ import { values } from 'vs/base/common/map';
import { Range, FileChangeType } from 'vs/workbench/api/node/extHostTypes';
import { ExtHostLanguageFeatures } from 'vs/workbench/api/node/extHostLanguageFeatures';
import { Schemas } from 'vs/base/common/network';
import { UriLabelRules } from 'vs/platform/uriLabel/common/uriLabel';
import { UriLabelRules } from 'vs/platform/label/common/label';
class FsLinkProvider implements vscode.DocumentLinkProvider {