هذا الالتزام موجود في:
Chris Ayers
2023-10-02 00:03:23 +00:00
الأصل 21c90f6adf
التزام a8e19a2631
2 ملفات معدلة مع 16 إضافات و7 حذوفات

عرض الملف

@@ -12,25 +12,22 @@
"ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/dhoeric/features/act:1": {} "ghcr.io/dhoeric/features/act:1": {}
}, },
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}, // "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [], // "forwardPorts": [],
// Configure tool-specific properties. // Configure tool-specific properties.
"customizations": { "customizations": {
// Configure properties specific to VS Code. // Configure properties specific to VS Code.
"vscode": { "vscode": {
"settings": { "settings": {
"markdown.marp.enableHtml" : true, "markdown.marp.enableHtml": true,
"markdown.marp.themes": [ "markdown.marp.themes": [
"./slides/themes/custom.css", "./slides/themes/custom.css",
"./slides/themes/custom-default.css", "./slides/themes/custom-default.css",
"./slides/themes/custom-gaia.css", "./slides/themes/custom-gaia.css",
"./slides/themes/custom-uncover.css" "./slides/themes/custom-uncover.css"
] ]
}, },
"extensions": [ "extensions": [
"github.vscode-github-actions", "github.vscode-github-actions",
@@ -46,7 +43,6 @@
} }
}, },
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}" "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root" // "remoteUser": "root"
} }

13
.vscode/settings.json مباع Normal file
عرض الملف

@@ -0,0 +1,13 @@
{
"cSpell.words": [
"azuretools",
"bierner",
"Codebytes",
"devcontainers",
"dhoeric",
"frontmatter",
"marp",
"nektos",
"yzhang"
]
}