Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
],
"postCreateCommand": {
"set-ownership": "sudo chown vscode target /usr/local/cargo/registry/",
"install-python-deps": "task install-maturin",
// Disabling because of the issues in #3709
// "install-python-deps": "task install-maturin && task install-pre-commit && pre-commit install-hooks",
"install-python-deps": "task install-maturin && task install-pre-commit && pre-commit install-hooks",
Comment thread
prql-bot marked this conversation as resolved.
Outdated
"install-npm-dependencies": "task install-npm-dependencies"
}
}
Loading