summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CodeIT/.devcontainer/devcontainer.json')
-rw-r--r--themes/CodeIT/.devcontainer/devcontainer.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/themes/CodeIT/.devcontainer/devcontainer.json b/themes/CodeIT/.devcontainer/devcontainer.json
deleted file mode 100644
index 2c4c459..0000000
--- a/themes/CodeIT/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Hugo CodeIT theme",
- "dockerFile": "Dockerfile",
- "settings": {
- "resmon.show.battery": false,
- "resmon.show.cpufreq": false,
- "terminal.integrated.fontFamily": "CaskaydiaCove NF, Cascadia Mono, Consolas, 'Courier New', monospace",
- "terminal.integrated.shell.linux": "/bin/zsh"
- },
- "extensions": [
- "budparr.language-hugo-vscode",
- "be5invis.toml",
- "esbenp.prettier-vscode",
- "visualstudioexptteam.vscodeintellicode",
- "eamodio.gitlens",
- "mutantdino.resourcemonitor",
- "budparr.language-hugo-vscode",
- "vscode-icons-team.vscode-icons"
- ],
- "forwardPorts": [1313]
-}