mirror of https://github.com/eyhc1/rendercv.git
update devcontainer.json
This commit is contained in:
parent
40e8255565
commit
e4f741d0a9
|
@ -17,7 +17,7 @@
|
||||||
// Clone the submodules, and install all the dependencies.
|
// Clone the submodules, and install all the dependencies.
|
||||||
"postCreateCommand": {
|
"postCreateCommand": {
|
||||||
"get_tinytex": "git submodule update --init",
|
"get_tinytex": "git submodule update --init",
|
||||||
"install_dependencies": "cd /workspaces/rendercv && pip install .[dev,tests,docs]"
|
"install_dependencies": "pip install .[dev,tests,docs]"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
|
|
Loading…
Reference in New Issue