Skip to content

Commit

Permalink
Add configuration for GitHub Codespaces
Browse files Browse the repository at this point in the history
This should allow using Julia in GitHub codespaces with Oscar.jl
  • Loading branch information
fingolfin committed Feb 13, 2021
1 parent d0908f5 commit 5a5f2b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.155.1/containers/julia
// See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents
{
"name": "Julia (Community)",
"image": "ghcr.io/julia-vscode/julia-devcontainer",
"extensions": ["julialang.language-julia"],
"postCreateCommand": "/julia-devcontainer-scripts/postcreate.jl",
"remoteUser": "vscode"
}

0 comments on commit 5a5f2b0

Please sign in to comment.