aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-05 22:32:52 +0100
committerGitHub <[email protected]>2024-02-05 22:32:52 +0100
commitc6b838339b540b55872eb8c540abcc756a577dea (patch)
treeaa757573965a4bd7fa6e82b9b5fde4793eb5ed91 /.devcontainer/devcontainer.json
parent5ca4ef650d6092ab3c4e54ada5b97f1b38da45d2 (diff)
downloadfaker-c6b838339b540b55872eb8c540abcc756a577dea.tar.xz
faker-c6b838339b540b55872eb8c540abcc756a577dea.zip
chore(deps): update dependency prettier to v3.2.5 (#2639)
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.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 7bd11aff..b03aff9a 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"