The bitlang.cobol extension says:
The extension rech-cobol-debugger from rechinformatica has conflicting functionality
Reason : includes support that is problematic with this extension, contributes language id
And I think it is right. As long as this debugger extension explicit contributes the language id a COBOL language extension may not do so and/or could potentially produce issues.
To solve this I suggest to:
- split the COBOL part (seems mostly like the contributes.languages part of package.json + the cobol.configuration.json) into a separate extension
- adjust the README to say that an extension for the "COBOL language identifier" should be installed, giving a link to the new separated extension (and/or others, likely bitlang.cobol and possibly broadcommfd.cobol-language.support)
The bitlang.cobol extension says:
And I think it is right. As long as this debugger extension explicit contributes the language id a COBOL language extension may not do so and/or could potentially produce issues.
To solve this I suggest to: