This commit is contained in:
Jackson Kearl
2022-02-03 11:45:33 -08:00
parent 2b92835853
commit ed8c29033d
@@ -252,7 +252,7 @@ function getMoveToTrashMessage(distinctElements: ExplorerItem[]): { message: str
};
}
if (distinctElements[0].isDirectory) {
if (distinctElements[0].isDirectory && !distinctElements[0].isSymbolicLink) {
return { message: nls.localize('confirmMoveTrashMessageFolder', "Are you sure you want to delete '{0}' and its contents?", distinctElements[0].name), detail: '' };
}