mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge from vscode b8c2e7108b3cae7aa2782112da654bedd8bb3a52 (#4808)
This commit is contained in:
@@ -269,7 +269,7 @@ export class ResourcesDropHandler {
|
||||
}
|
||||
|
||||
// Check for Folder
|
||||
return this.fileService.resolveFile(fileOnDiskResource).then(stat => {
|
||||
return this.fileService.resolve(fileOnDiskResource).then(stat => {
|
||||
if (stat.isDirectory) {
|
||||
workspaceResources.folders.push({ uri: stat.resource, typeHint: 'folder' });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user