Summary
It was a goal to support being able to open repository's from github in apollo via the file menu. Currently that action is disabled
Basic example
Open from github would prompt a dialog where I could input a github url and we would copy the relevant solution files/folders into Apollo's SolutionModel
Motivation
Makes getting started on a github repo in the browser easy, akin to a code spaces.
Additional context
We probably can't support .git but maybe there's a way we can inspect the raw files based on the URI pathes recursively from the project.
Bonus points if we could figure out .git and add basic git clone support to Apollo's terminal
Summary
It was a goal to support being able to open repository's from github in apollo via the file menu. Currently that action is disabled
Basic example
Open from github would prompt a dialog where I could input a github url and we would copy the relevant solution files/folders into Apollo's SolutionModel
Motivation
Makes getting started on a github repo in the browser easy, akin to a code spaces.
Additional context
We probably can't support
.gitbut maybe there's a way we can inspect the raw files based on the URI pathes recursively from the project.Bonus points if we could figure out
.gitand add basicgit clonesupport to Apollo's terminal