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
When we deploy a file to Salesforce and there are errors reported during compilation. The same are shown in Output window. They should also be shown in the Problems window.
Steps To Reproduce:
In an Apex class, put something that will result in a syntax error on salesforce side.
Compile the class.
Output window will show errors .
Problem window is blank.
Expected result
Problem window should have the errors listed against the file as well.
Actual result
Problem window is blank.
Additional information
Feel free to attach a screenshot.
VS Code Version: 1.26.1
SFDX CLI Version: Pre release
OS and version: Windows 10
The text was updated successfully, but these errors were encountered:
Summary
When we deploy a file to Salesforce and there are errors reported during compilation. The same are shown in Output window. They should also be shown in the Problems window.
Steps To Reproduce:
Expected result
Problem window should have the errors listed against the file as well.
Actual result
Problem window is blank.
Additional information
Feel free to attach a screenshot.
VS Code Version: 1.26.1
SFDX CLI Version: Pre release
OS and version: Windows 10
The text was updated successfully, but these errors were encountered: