Implement a VS Code Web extension to run the MDENet Education Platform in VS Code.#226
Open
AniadHossain wants to merge 46 commits into
Open
Implement a VS Code Web extension to run the MDENet Education Platform in VS Code.#226AniadHossain wants to merge 46 commits into
AniadHossain wants to merge 46 commits into
Conversation
They now extend a more general class.
Complete VS Code Extension
Update README and fix some tests
Contributor
|
Thanks, @AniadHossain. I have activated the running of our automated test suite, but this reports errors. Can you check what's going on here, please and try to correct (or report back here if you need help with this)? |
Author
|
Thank you @szschaler for letting me know about this. I have committed some changes which seems to have fixed the automated tests when I pushed it into my forked repository. Hopefully this fixed the issue. |
Contributor
|
Thanks. These still break when run in our repo, but this seems to be to do with access rights. @aryaei2000, could you take a look, please? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request introduces a VS Code Web Extension which allows users to run the MDENet Platform inside of VS Code.
Key Changes to Current Code
EducationPlatformAppto extend an abstract class calledGeneralEducationPlatformApp.ActivityManagerto extend an abstract class calledGeneralActivityManager.Testing Checklist