BroadcomMFD / cobol-control-flow

COBOL Control Flow is an extension for Visual Studio Code that provides graphical visualization of program flow for programs written in COBOL.
https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf
Other
9 stars 8 forks source link

Always try to generate a graph regardless the file extension #41

Closed zimlu02 closed 1 year ago

zimlu02 commented 2 years ago

Open a valid COBOL program with a 'non-cobol' extension (e..g. .txt) and manually select 'COBOL' Language Mode from the VSC right bottom menu. "Generate COBOL Control Flow" right-click option becomes available but if selected, the error msg is displayed: ECCF0002: Flow can be generated only for .cob | .cobol | .cbl files.

CCF should try to render the graph regardless of the actual file extension.

zimlu02 commented 1 year ago

Fixed in 1.0.3