diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-22 23:31:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-22 23:31:22 +0100 |
| commit | e0e9ab131f297deb0b49c3fc3fcdc10245b51c4a (patch) | |
| tree | 9aae16c65d6edb729d02f8064958b1dcb3301ee3 /.devcontainer/devcontainer.json | |
| parent | 234218b2f9d93da496f0bbf831fba346bb7fd0ab (diff) | |
| download | faker-e0e9ab131f297deb0b49c3fc3fcdc10245b51c4a.tar.xz faker-e0e9ab131f297deb0b49c3fc3fcdc10245b51c4a.zip | |
chore(deps): update dependency prettier to v3.2.4 (#2615)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b03aff9a..7bd11aff 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,8 +11,8 @@ "forwardPorts": [5173], "portsAttributes": { "5173": { - "label": "Docs" - } + "label": "Docs", + }, }, // Use 'postCreateCommand' to run commands after the container is created. @@ -26,10 +26,10 @@ "editorconfig.editorconfig", "esbenp.prettier-vscode", "redhat.vscode-yaml", - "github.vscode-pull-request-github" - ] - } - } + "github.vscode-pull-request-github", + ], + }, + }, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" |
