Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all CL installer logic and runner #1915

Merged
merged 3 commits into from
Mar 14, 2024
Merged

Conversation

worksofliam
Copy link
Contributor

@worksofliam worksofliam commented Mar 6, 2024

Changes

It's finally time to migrate all the CL logic out of the base and into the CL extension. Hooray! This removes:

  • The GENCMDXML installer
  • The CL runner (to execute CL statements in CL documents)
  • The CL snippets

How to test this PR

There is nothing to test alone. Ensure that the installer is not installed from this PR, I guess?

Checklist

  • have tested my change (in conjunction with the vscode-clle extension)
  • have created one or more test cases
  • updated relevant documentation
  • Remove any/all console.logs I added
  • have added myself to the contributors' list in CONTRIBUTING.md

Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
@worksofliam worksofliam marked this pull request as ready for review March 6, 2024 04:38
@worksofliam worksofliam linked an issue Mar 6, 2024 that may be closed by this pull request
@worksofliam worksofliam added this to the 2.9.0 milestone Mar 14, 2024
@worksofliam worksofliam merged commit d56193f into master Mar 14, 2024
1 check passed
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.

Move CL runner logic to new extension
2 participants