We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.devcontainer.json
1 parent db27c36 commit 624c446Copy full SHA for 624c446
.devcontainer.json renamed to .devcontainer/devcontainer.json
@@ -2,8 +2,8 @@
2
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/python-3-miniconda
3
{
4
"name": "pandas",
5
- "context": ".",
6
- "dockerFile": "Dockerfile",
+ "context": "..",
+ "dockerFile": "../Dockerfile",
7
8
// Use 'settings' to set *default* container specific settings.json values on container create.
9
// You can edit these settings after create using File > Preferences > Settings > Remote.
0 commit comments