Skip to content

Commit

Permalink
chore: dev container opens in subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Aug 25, 2023
1 parent ec275a5 commit 8a67d3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/destination-duckdb/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},

"workspaceFolder": "/workspace/airbyte-integrations/connectors/destination-duckdb",
"workspaceFolder": "/workspaces/airbyte/airbyte-integrations/connectors/destination-duckdb",

// Configure tool-specific properties.
"customizations": {
Expand All @@ -31,7 +31,8 @@
// Disable nagging to recommend extensions not listed here.
"extensions.ignoreRecommendations": true,
"python.defaultInterpreterPath": ".venv/bin/python",
"python.interpreter.infoVisibility": "always"
"python.interpreter.infoVisibility": "always",
"git.openRepositoryInParentFolders": "always"
}
}
},
Expand Down

0 comments on commit 8a67d3c

Please sign in to comment.