mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 20:41:23 -03:00
27 lines
987 B
JSON
27 lines
987 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
|
"name": "TrueCharts",
|
|
"image": "oci.trueforge.org/containerforge/devcontainer:2.0.6@sha256:b8f8a95a0edf58aaab4076fa477bd8e3c6efcb68fb41cb4c37da05e618ff0320",
|
|
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"albert.TabOut",
|
|
"mikestead.dotenv",
|
|
"mitchdenny.ecdc",
|
|
"signageos.signageos-vscode-sops",
|
|
"EditorConfig.editorconfig",
|
|
"PKief.material-icon-theme",
|
|
"usernamehw.errorlens",
|
|
"redhat.vscode-yaml",
|
|
"weaveworks.vscode-gitops-tools",
|
|
"Tim-Koehler.helm-intellisense",
|
|
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
|
"sandipchitale.vscode-kubernetes-helm-extras",
|
|
"VadzimNestsiarenka.helm-template-preview-and-more",
|
|
"karyan40024.helmix"
|
|
]
|
|
}
|
|
}
|
|
}
|