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
Source tracking is not being updated correctly when making changes in a default source-tracked org. I encountered these issues with a scratch org specifically, but assume it would apply equally to a source-tracked sandbox.
Steps To Reproduce:
Create a new default scratch org.
Run Deploy this Source to Org
Run View All Changes -> there should be no code changes (maybe an admin profile, but that's fine)
Create a class in the org
Run View All Changes -> no new class is detected
Expected result
View All Changes should show that there's a Remote Add for the new class.
Actual result
There is no update to Source Status. Also, if I make a change locally, then run View All Changes I'll see a local change. If I make another change in the org and run the command again, I still don't see Remote Changed, but I should.
Salesforce Extension Version in VS Code:
57.14.1
SFDX CLI Version: 7.183.1
OS and version: Latest mac
The text was updated successfully, but these errors were encountered:
Summary
Source tracking is not being updated correctly when making changes in a default source-tracked org. I encountered these issues with a scratch org specifically, but assume it would apply equally to a source-tracked sandbox.
Steps To Reproduce:
Deploy this Source to Org
View All Changes
-> there should be no code changes (maybe an admin profile, but that's fine)View All Changes
-> no new class is detectedExpected result
View All Changes should show that there's a Remote Add for the new class.
Actual result
There is no update to Source Status. Also, if I make a change locally, then run
View All Changes
I'll see a local change. If I make another change in the org and run the command again, I still don't seeRemote Changed
, but I should.Salesforce Extension Version in VS Code:
57.14.1
SFDX CLI Version: 7.183.1
OS and version: Latest mac
The text was updated successfully, but these errors were encountered: