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 conditional compilation directives are present inside a COPY directive, the COBOL Language Server reports errors on the conditional compilation directives because it expects to find a "BY" clause.
However, the code compiles without problem.
Observed behavior
See fixed issue for comments in COPY directive (same problem):
Development environment used
Problem Description
When conditional compilation directives are present inside a COPY directive, the COBOL Language Server reports errors on the conditional compilation directives because it expects to find a "BY" clause.
However, the code compiles without problem.
Observed behavior
See fixed issue for comments in COPY directive (same problem):
The text was updated successfully, but these errors were encountered: