oschulz
September 11, 2020, 7:40am
1
Just got my beta access to GitHub Codespaces (online VS code in GitHub). Codespaces allows for choosing a container to run in - but while there’s already lot’s of pre-built containers for Python, Java, Perl, Ruby, etc. there isn’t one for Julia yet .
Should we contribute one? I guess we can just do a PR on https://github.com/microsoft/vscode-dev-containers .
3 Likes
affans
September 11, 2020, 9:25am
2
There was a .devcontainer
file in the Julia repository. See Compile Julia from source with ease in VS Code (even on Windows!) for instructions on connecting to various VS code instances. I am not sure if the process is the same for github codespaces.
1 Like
jlperla
September 11, 2020, 1:09pm
3
3 Likes
oschulz
September 11, 2020, 2:44pm
5
Oh, nice, had overlooked that PR. Should have known that @davidanthoff was on it already. .-)
We also already have support for Codespaces in the Yggdrasil repository (also provided by David!), which can be a good alternative for Windows users that can’t run BinaryBuilder locally.
1 Like
oschulz
September 11, 2020, 8:02pm
7
Oh, nice, that looks very straightforward.
e3c6
November 3, 2020, 12:18pm
8
I get the following error in Codespaces, when trying to work on the Julia repo:
How can I fix this?
1 Like