
Make it easier to use Codespace to develop rspec-tools by reusing the Dockerfile for the CI.
17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "../ci/Dockerfile"
|
|
},
|
|
// https://code.visualstudio.com/docs/devcontainers/create-dev-container#_rebuild
|
|
"postCreateCommand": ".devcontainer/finalize-container.sh",
|
|
"waitFor": "postCreateCommand",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"asciidoctor.asciidoctor-vscode"
|
|
]
|
|
}
|
|
}
|
|
}
|