提交 8338e6a0 编写于 作者: A Alex Ross

Fix remaining tildified path in variable resolving

Fixes #106988
上级 2b83b6ca
...@@ -60,7 +60,7 @@ export abstract class BaseConfigurationResolverService extends AbstractVariableR ...@@ -60,7 +60,7 @@ export abstract class BaseConfigurationResolverService extends AbstractVariableR
if (!fileResource) { if (!fileResource) {
return undefined; return undefined;
} }
return this.labelService.getUriLabel(fileResource); return this.labelService.getUriLabel(fileResource, { noPrefix: true });
}, },
getSelectedText: (): string | undefined => { getSelectedText: (): string | undefined => {
const activeTextEditorControl = editorService.activeTextEditorControl; const activeTextEditorControl = editorService.activeTextEditorControl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册