Match the image name that was pushed to the registry (git.haxx.space/sjg/trx-rs/sdk) across the workflow, devcontainer and README. Assisted-By: Claude Code (claude-opus-4) Claude-Session: https://claude.ai/code/session_01NFpGtGTWUEYXLwZeZs2RAV Signed-off-by: Stan Grams <sjg@haxx.space>
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"name": "trx-rs SDK",
|
|
"image": "git.haxx.space/sjg/trx-rs/sdk:latest",
|
|
"workspaceFolder": "/work",
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/work,type=bind",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"tamasfe.even-better-toml"
|
|
]
|
|
}
|
|
}
|
|
}
|