Skip to content

Commit 2b20f95

Browse files
committed
try to fix workspaceMount
1 parent 84979ff commit 2b20f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/website/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Node.js & TypeScript",
33
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
4-
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
4+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
55
"workspaceFolder": "/workspace/onefetch/docs/vercel",
66
"extensions": ["esbenp.prettier-vscode", "svelte.svelte-vscode"],
77
"postCreateCommand": "npm ci",

0 commit comments

Comments
 (0)