FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rendercv/.devcontainer/devcontainer.json at main · rendercv/rendercv · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
rendercv
/
rendercv
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
17.4k
Code
Issues
42
Pull requests
33
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rendercv
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 434 Bytes
Breadcrumbs
rendercv
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
19 lines (19 loc) · 434 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL