mirror of https://github.com/lxndrblz/anatole.git

lxndrblz
13.02.2024 a34fb393935f435886b80fe2dd92257aa76f9a61
style: prettier format all files
1 files modified
9 ■■■■ changed files
.devcontainer/devcontainer.json 9 ●●●● patch | view | raw | blame | history
.devcontainer/devcontainer.json
@@ -26,17 +26,12 @@
            },
            
            // Add the IDs of extensions you want installed when the container is created.
            "extensions": [
                "bungcip.better-toml",
                "davidanson.vscode-markdownlint"
            ]
      "extensions": ["bungcip.better-toml", "davidanson.vscode-markdownlint"]
        }
    },
    // Use 'forwardPorts' to make a list of ports inside the container available locally.
    "forwardPorts": [
        1313
    ],
  "forwardPorts": [1313],
    // Use 'postCreateCommand' to run commands after the container is created.
    // "postCreateCommand": "uname -a",