From 450e38ed91deb7a988b08612157c364b35f4dd2d Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 29 Aug 2023 13:07:10 -0700 Subject: [PATCH] Update Julia template: Migrated to JuliaLang --- .github/workflows/test-pr.yaml | 1 - containers/julia/README.md | 2 ++ containers/julia/devcontainer-template.json | 12 ------------ 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 containers/julia/devcontainer-template.json diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index 60e1147c42..f8602e5bfb 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -40,7 +40,6 @@ jobs: haskell: ./**/haskell/** hugo: ./**/hugo/** javascript-node-azurite: ./**/javascript-node-azurite/** - julia: ./**/julia/** mit-scheme: ./**/mit-scheme/** perl: ./**/perl/** puppet: ./**/puppet/** diff --git a/containers/julia/README.md b/containers/julia/README.md index b979bf8f56..aedc58e45d 100644 --- a/containers/julia/README.md +++ b/containers/julia/README.md @@ -1,3 +1,5 @@ +**IMPORTANT NOTE: The `Julia` template is now hosted by the `JuliaLang` organization in [JuliaLang/devcontainer-templates](https://github.com/JuliaLang/devcontainer-templates).** + # Julia (Community) ## Summary diff --git a/containers/julia/devcontainer-template.json b/containers/julia/devcontainer-template.json deleted file mode 100644 index dd6c127ae6..0000000000 --- a/containers/julia/devcontainer-template.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "julia", - "version": "1.0.0", - "name": "Julia", - "description": "Develop Julia applications.", - "documentationURL": "https://github.com/microsoft/vscode-dev-containers/tree/main/containers/julia", - "publisher": "Community", - "licenseURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE", - "platforms": [ - "Julia" - ] -}