Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Feb 8, 2024
1 parent 46ea273 commit 66e970f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile",
"dockerfile": "../Dockerfile"
},
"features": {},
"customizations": {
"vscode": {
"extensions": ["ms-python.python"],
},
"extensions": ["ms-python.python"]
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -24,6 +24,6 @@
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "devcontainer"
"mounts": [
"source=${localEnv:HOME}/repos/flowcell_parser,target=/workspaces/flowcell_parser,type=bind,consistency=cached",
],
"source=${localEnv:HOME}/repos/flowcell_parser,target=/workspaces/flowcell_parser,type=bind,consistency=cached"
]
}

0 comments on commit 66e970f

Please sign in to comment.