Skip to content

.devcontainer/devcontainer.json is a non-functional one-line stub #222

Description

@N-thnI

Problem

.devcontainer/devcontainer.json is a one-line stub ({"name": "Soroban Environment"}) with no base image, features, extensions, or postCreateCommand declared.

Why it matters

The file's presence implies a working devcontainer setup, but opening this repo in a devcontainer-aware editor wouldn't actually install Rust, the wasm32-unknown-unknown target, or soroban-cli — it silently fails to deliver the environment its name promises.

Suggested fix

Flesh out devcontainer.json with a real base image (or Dockerfile) plus postCreateCommand/features that install the Rust toolchain, wasm32-unknown-unknown target, and soroban-cli, matching what CONTRIBUTING.md/DEPLOY.md describe as the required local setup.

Acceptance criteria

  • Opening the repo in a devcontainer produces a working Rust + Soroban toolchain without manual setup
  • devcontainer.json declares a concrete base image and setup steps

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions