You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a Business Unit folder has only a single metadata type folder when trying to retrieve another metadata type the extension is not able to detect the Business Unit folder click and will retrieve again the single metadata type that already exists. This is due to the fact that Visual Studio Code has enabled in Settings "Explorer: Compact Folders", making the path retrieve to the only configured folder.
To Reproduce
Steps to reproduce the behavior:
Have a single Business Unit in the retrieve folder
Retrieve only one metadata type. If Compact Folder is enabled the folder will be shown as compacted
Try to retrieve another metadata type by right clicking on the same business unit
Command will run and retrieve the existing metadata type.
Expected behavior
The selection of metadata types popup should be shown everytime the use retrieves/deploys by selecting the Business Unit folder
Screenshots
Additional context
Extension should setup in the settings explorer.compactFolders = false
The text was updated successfully, but these errors were encountered:
"Extension should setup in the settings explorer.compactFolders = false"
no it shouldnt. That's a great feature and there might just be a workaround for it.
kind of an edge issue: most users wont just retrieve one metadata type but go with default and retrieve all at once. I will therefore go ahead and move it back into milestone 1.0.1.
There was an old bug for the same but that was resolved back then: microsoft/vscode#86103
also, maybe a more detailed search with your way of getting the folder path gets us to the finish line. my generic search didn't help. I did successfully reproduce the bug the way you describe it above.
Describe the bug
When a Business Unit folder has only a single metadata type folder when trying to retrieve another metadata type the extension is not able to detect the Business Unit folder click and will retrieve again the single metadata type that already exists. This is due to the fact that Visual Studio Code has enabled in Settings "Explorer: Compact Folders", making the path retrieve to the only configured folder.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The selection of metadata types popup should be shown everytime the use retrieves/deploys by selecting the Business Unit folder
Screenshots
Additional context
Extension should setup in the settings explorer.compactFolders = false
The text was updated successfully, but these errors were encountered: