-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Any Github Support #167
Comments
Is there anyway I can help on this? This is the missing feature for us to try to use this in our workflow! If i created a POC repo where I connect to github, retrieve the files and put it into the monaco-editor would that help? I'm not sure on architecture you have, so please advice on what kind of module I can create that would help you implement this feature! |
There is a long and illustrious (ignominious?) history of getting an in-browser git client working Note that talk was Mar 2014! |
@maks now you are talking about a general git solution ? You can use the github API to do changes to a repo: https://developer.github.com/v3/repos/contents/ |
@SindreSvendby yes actual git protocol. |
Hi @SindreSvendby and @maks did it worked for you? I am trying to achieve something similar like in here: https://stackoverflow.com/questions/51389437/send-and-get-data-from-code-editor-like-plunker-embedded Could be on stackblitz as well instead of another tool, in this case instead of POST to our servers it would POST to github and our servers would download from there. |
@michaellee8, @SindreSvendby, @maks, and @titombo: this issue is now resolved in our new VS Code editor! Full writeup in Github issue #2473 |
If could be wonderful if we can perform github push and pull and even some command lines like we did generally. Currently without github support make this app just a enhanced jsfiddle, but with Github support it is full-fledged
The text was updated successfully, but these errors were encountered: