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

Re-org command definitions #1724

Closed
wants to merge 1 commit into from
Closed

Re-org command definitions #1724

wants to merge 1 commit into from

Conversation

worksofliam
Copy link
Contributor

Changes

The instantiate.ts file needed a serious cleanup. It was getting big. I've refactored most of the commands into groups - either into new files to register the actions, or into existing files where login already exist.

Sadly, our automated tests do not cover lots of the user accessible commands, so manual testing (just using the app!) will need to be done.

I can confirm that running Actions still works, and I can still open files, so that's the important stuff.

Any feedback is welcome.

Checklist

  • have tested my change
  • updated relevant documentation
  • Remove any/all console.logs I added
  • eslint is not complaining
  • have added myself to the contributors' list in CONTRIBUTING.md
  • for feature PRs: PR only includes one feature enhancement.

@worksofliam worksofliam mentioned this pull request Dec 14, 2023
@chrjorgensen
Copy link
Collaborator

@worksofliam Seems like we didn't get this one tested and merged in time - so now there are conflicts... 😢

@worksofliam worksofliam self-assigned this Jan 7, 2024
@worksofliam worksofliam added the stale Inactive label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Inactive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants