提交 11bf6d5e 编写于 作者: D Dirk Baeumer

Fixes #35369: Replace ${workspaceRootFolderName} with ${workspaceFolderBasename}

上级 6c09f4aa
......@@ -56,6 +56,10 @@ export class ConfigurationResolverService implements IConfigurationResolverServi
}
private get workspaceRootFolderName(): string {
return this.workspaceFolderBasename;
}
private get workspaceFolderBasename(): string {
return this.workspaceRoot ? paths.basename(this.workspaceRoot) : '';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册