mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-18 14:04:08 -04:00
Add devcontainer
This commit is contained in:
3
.devcontainer/Dockerfile
Normal file
3
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM mcr.microsoft.com/devcontainers/base:debian
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|
||||
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "rendercv",
|
||||
"build": { "dockerfile": "Dockerfile" },
|
||||
"postCreateCommand": "uv sync --all-extras",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-python.debugpy",
|
||||
"charliermarsh.ruff",
|
||||
"ms-python.black-formatter",
|
||||
"astral-sh.ty",
|
||||
"tombi-toml.tombi",
|
||||
"redhat.vscode-yaml",
|
||||
"myriad-dreamin.tinymist"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user