che-che4z-lsp-for-cobol icon indicating copy to clipboard operation
che-che4z-lsp-for-cobol copied to clipboard

Results 101 che-che4z-lsp-for-cobol issues
Sort by recently updated
recently updated
newest added

1. Updates CONTRIBUTING.md to use build script to test setup 2. Adds link to CONTRIBUTING.md from base readme ## How Has This Been Tested? Please describe the tests that you...

Highlights in hover use the default 'cobol' textmate grammar. However the content of hovers is cut at the beginning by 6 columns. This causes the highlight to show the first...

bug

See [_Declaring host variables and indicator variables in COBOL_](https://www.ibm.com/docs/en/db2-for-zos/12?topic=statements-declaring-host-variables-indicator-variables-in-cobol). The complete PDF can be found [here](https://www.ibm.com/docs/en/SSEPEK_13.0.0/pdf/db2z_13_apsgbook.pdf). - [ ] Numeric host variables - [ ] Character host variables - [...

new feature

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

## Description ## Installing the vscode extension produces popups notifying that the language server crashed 5 times. Lookingh at the logs, it seems like the java class `java.lang.ClassNotFoundException: org.eclipse.lsp.cobol.LangServerBootstrap` is...

bug

## Description ## Following program has multiple issue Issues: - Hover and go to definition doesn't work for `SET A_B_C = :QWE.D-E-F` - commenting out variable definition for QWE, shows...

bug

See https://www.ibm.com/docs/en/SS6SG3_6.4.0/pdf/lrmvs.pdf Part 8. Compiler-directing statements.

bug

## How Has This Been Tested? Checked grammar against IBM's documentation, created unit tests to verify the grammar rules created for the COBOL statements as well. ## Checklist: - [x]...

Implementation of IBM's grammar for the WEB CICS command such that fulfills all of those requirements but is flexible enough for what the compiler accepts. [Here is the V1 Branch](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/compare/development...mm-broadcom:che-che4z-lsp-for-cobol:CICS-WEB-Command-Fix)...