Skip to content

feat(jcl-detection): Detect PROC and PROCBLIB as jcl for syntax highlighting#2614

Merged
JillieBeanSim merged 2 commits into
mainfrom
feat/jcl-detection-proclib
Dec 12, 2023
Merged

feat(jcl-detection): Detect PROC and PROCBLIB as jcl for syntax highlighting#2614
JillieBeanSim merged 2 commits into
mainfrom
feat/jcl-detection-proclib

Conversation

@adam-wolfe

Copy link
Copy Markdown
Member

Proposed changes

Contribution originally made by @VitGottwald (#2612). Reopening a PR on a different branch to resolve some DCO and prettier issues.

This PR adds "PROC" and "PROCLIB" to the list of data set qualifiers used to identify data sets/members containing JCL (which is used for enabling syntax highlighting)

Release Notes

PROC and PROCLIB datasets are recognized as JCL files for syntax highlighting

Milestone:
2.14.0

Changelog:

Types of changes

What types of changes does your code introduce to Zowe Explorer?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Updates to Documentation or Tests (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer

  • I have read the CONTRIBUTOR GUIDANCE wiki
  • PR title follows Conventional Commits Guidelines
  • PR Description is included
  • gif or screenshot is included if visual changes are made
  • yarn workspace vscode-extension-for-zowe vscode:prepublish has been executed
  • All checks have passed (DCO, Jenkins and Code Coverage)
  • I have added unit test and it is passing
  • I have added integration test and it is passing
  • There is coverage for the code that I have added
  • I have tested it manually and there are no regressions found
  • I have added necessary documentation (if appropriate)
  • Any PR dependencies have been merged and published (if appropriate)

Further comments

Signed-off-by: adam-wolfe <122040687+adam-wolfe@users.noreply.github.com>
@codecov

codecov Bot commented Dec 8, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b0fac15) 93.21% compared to head (ba1e718) 93.21%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2614   +/-   ##
=======================================
  Coverage   93.21%   93.21%           
=======================================
  Files         104      104           
  Lines       10412    10412           
  Branches     2200     2200           
=======================================
  Hits         9706     9706           
  Misses        705      705           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adam-wolfe adam-wolfe added this to the v2.14.0 milestone Dec 8, 2023
@adam-wolfe adam-wolfe marked this pull request as ready for review December 8, 2023 19:01
@adam-wolfe adam-wolfe mentioned this pull request Dec 8, 2023
16 tasks

@zFernand0 zFernand0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 😋
Thanks Vit and Adam! 🥳

@traeok traeok left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks @VitGottwald, @adam-wolfe!

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@JillieBeanSim JillieBeanSim merged commit eb20290 into main Dec 12, 2023
@JillieBeanSim JillieBeanSim deleted the feat/jcl-detection-proclib branch December 12, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants