Replies: 5 comments
-
@Dovbush Any solution to this issue? |
Beta Was this translation helpful? Give feedback.
-
@arohitu I've just tried again and still can reproduce the issue. I created new apex class in dev console, then in vs code I clicked Retreive Source from Org on 'classes' folder I couldn't find new class retreived. |
Beta Was this translation helpful? Give feedback.
-
This issue has been linked to a new work item: W-12285249 |
Beta Was this translation helpful? Give feedback.
-
Thanks @arohitu and @Dovbush, another workaround would be use the cli directly with force:source:retrieve and the metadata type: |
Beta Was this translation helpful? Give feedback.
-
Hi @arohitu and @Dovbush, |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
Summary
When you right click on the folder to retrieve it's content from org - then it doesn't retrieve new components. Example: you have aura folder with existing components, if you create new Aura cmp outside VS Code (Dev console, another IDE) and then go back to VS Code project, right click on aura folder and select retrieve from org - new component is not retrieved.
Steps To Reproduce:
Expected result
Newly created static resource 'testRecource' (created in browser) was retrieved in VS code project
Actual result
Newly created static resource 'testRecource' (created in browser) was NOT retrieved in VS code project, even when clicking refresh wheel on top of files tree.
I also checked static resources directory and there is no new file.
Additional information
To retrieve new component you need to execute Retrieve command in package.xml and it fetch new component from org - but it takes time.
VS Code Version: Version 1.36.1 (1.36.1)
SFDX CLI Version: 46.4.0
OS and version: mac OS Mojave 10.14.5
Beta Was this translation helpful? Give feedback.
All reactions