提交 2425a0e4 编写于 作者: I isidor

explorer model: when merging ExplorerItems respect isSymbolicLink

fixes #46536
上级 a9704b5c
......@@ -177,6 +177,7 @@ export class ExplorerItem {
local.isDirectory = disk.isDirectory;
local.mtime = disk.mtime;
local.isDirectoryResolved = disk.isDirectoryResolved;
local._isSymbolicLink = disk.isSymbolicLink;
// Merge Children if resolved
if (mergingDirectories && disk.isDirectoryResolved) {
......
......@@ -30,7 +30,6 @@ export class SearchViewLocationUpdater implements IWorkbenchContribution {
configurationService.onDidChangeConfiguration(e => {
if (e.affectsConfiguration('search.location')) {
updateSearchViewLocation();
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册