mirror of https://github.com/eyhc1/rendercv.git
update devcontainer.json
This commit is contained in:
parent
fe8dfb1648
commit
a006b5860a
|
@ -15,12 +15,10 @@
|
||||||
|
|
||||||
// Use 'postCreateCommand' to run commands after the container is created.
|
// Use 'postCreateCommand' to run commands after the container is created.
|
||||||
// Clone the submodules, create a virtual environment, and install all the dependencies.
|
// Clone the submodules, create a virtual environment, and install all the dependencies.
|
||||||
"postCreateCommand": [
|
"postCreateCommand": {
|
||||||
"git submodule update --init",
|
"get_tinytex": "git submodule update --init",
|
||||||
"python3 -m venv .venv",
|
"create_environment": "python3 -m venv .venv && source .venv/bin/activate && pip install .[dev,tests,docs]"
|
||||||
"source .venv/bin/activate",
|
}
|
||||||
"pip install .[dev, tests, docs]"
|
|
||||||
]
|
|
||||||
|
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
// "customizations": {},
|
// "customizations": {},
|
||||||
|
|
Loading…
Reference in New Issue