foxygit / sxbar Log in
commit 5114237a88d67d4868d8d53c92b9fa4170d5eb57
Author:     uint23 <72694427+uint23@users.noreply.github.com>
AuthorDate: Thu Apr 10 20:03:24 2025 +0100
Commit:     GitHub <noreply@github.com>
CommitDate: Thu Apr 10 20:03:24 2025 +0100

    Delete .devcontainer directory
---
 .devcontainer/devcontainer.json | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
deleted file mode 100644
index 83777e2..0000000
--- a/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-  "image": "mcr.microsoft.com/devcontainers/universal:2",
-  "features": {
-    "ghcr.io/bascodes/devcontainer-features/desktop-novnc:0": {}
-  },
-  "forwardPorts": [6080],
-  "portsAttributes": {
-    "6080": {
-      "label": "desktop"
-    }
-  }
-}