{"id":18970012,"url":"https://github.com/asitha/vscode-remote-try-ballerina","last_synced_at":"2026-01-28T10:31:18.539Z","repository":{"id":145796089,"uuid":"334354769","full_name":"Asitha/vscode-remote-try-ballerina","owner":"Asitha","description":"Ballerina language development environment for VS Code Remote - Container's extension and for GitHub Codespaces. ","archived":false,"fork":false,"pushed_at":"2023-04-03T18:50:17.000Z","size":77,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-02T11:19:20.512Z","etag":null,"topics":["ballerina","codespaces","github-codespaces","remote-containers","vscode"],"latest_commit_sha":null,"homepage":"https://ballerina.io","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asitha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-30T07:28:01.000Z","updated_at":"2025-05-06T01:51:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"1de4cb42-aef4-4de4-998f-766a09e87507","html_url":"https://github.com/Asitha/vscode-remote-try-ballerina","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/Asitha/vscode-remote-try-ballerina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asitha%2Fvscode-remote-try-ballerina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asitha%2Fvscode-remote-try-ballerina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asitha%2Fvscode-remote-try-ballerina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asitha%2Fvscode-remote-try-ballerina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asitha","download_url":"https://codeload.github.com/Asitha/vscode-remote-try-ballerina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asitha%2Fvscode-remote-try-ballerina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ballerina","codespaces","github-codespaces","remote-containers","vscode"],"created_at":"2024-11-08T14:55:03.054Z","updated_at":"2026-01-28T10:31:18.522Z","avatar_url":"https://github.com/Asitha.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode Ballerina Development Container\n\n\nA development container is a running Docker container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with [GitHub Codespaces](https://github.com/features/codespaces) or [Visual Studio Code Remote - Containers](https://aka.ms/vscode-remote/containers).\n\nThis is a template project for Ballerina language with VS Code development containers.\n\n## Setting up the development container\n\n## Open in Github Codespaces\nFollow these steps to open this sample in a Codespace:\n\n1. Click the Code drop-down menu and select the Open with Codespaces option.\n![Open in codespaces](resources/use-with-codespaces.png)\n2. Select + New codespace at the bottom on the pane.\n\nFor more info, check out the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace).\n\n\n## VS Code Remote - Containers\n\nFollow these steps to open this sample in a container using the VS Code Remote - Containers extension:\n\n1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).\n\n1. Use this template repository to create a Ballerina project repository \n  ![Use This Template](resources/use-as-a-template.png)\n2. Clone the newly created repository to your local filesystem.\n3. Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Remote-Containers: Open Folder in Container...** command.\n![Open folder in container](resources/open-in-remote-container.png) \n4. Select the cloned copy of this folder, wait for the container to start, and try things out!\n\n## Create a Ballerina project\n\nTo create a Ballerina project open up the terminal in VSCode (`Terminal -\u003e New Terminal` ). Then use the following command to create your Ballerina project.\n\n```bash\n$ bal init\n```\nCreate a Ballerina module with\n```bash\n$ bal add \u003cmodule_name\u003e\n```\n----\n\n## Using a specific container with an older Ballerina version\n\nUpdate the .devcontainer/devcontainer.json file to switch the Ballerina version of the container\n\n```json\n{\n\t\"name\": \"Ubuntu\",\n\t\"build\": {\n\t\t\"dockerfile\": \"Dockerfile\",\n\t\t\"args\": { \"VARIANT\": \"\u003cIMAGE_TAG_GOES_HERE\u003e\" }\n\t},\n...\n```\n\nYou can check the docker hub [ballerina-dev](https://hub.docker.com/repository/docker/asithan/ballerina-dev/tags?page=1\u0026ordering=last_updated) registry for released Ballerina dev containers. \n\n\u003e NOTE: Base docker image for the dev container is maintained at [VS Code Remote Ballerina-Dev Docker](https://github.com/Asitha/vscode-remote-ballerina-dev-container) repository.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasitha%2Fvscode-remote-try-ballerina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasitha%2Fvscode-remote-try-ballerina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasitha%2Fvscode-remote-try-ballerina/lists"}