mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
swap to crane
This commit is contained in:
parent
afc20907a6
commit
b402e3f503
11 changed files with 4695 additions and 112 deletions
|
@ -27,6 +27,11 @@
|
|||
"source": "${localWorkspaceFolderBasename}-target",
|
||||
"target": "${containerWorkspaceFolder}/target",
|
||||
"type": "volume"
|
||||
},
|
||||
{
|
||||
"source": "nix-store-${containerWorkspaceFolderBasename}",
|
||||
"target": "/nix/store",
|
||||
"type": "volume"
|
||||
}
|
||||
],
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
|
@ -51,7 +56,8 @@
|
|||
"postAttachCommand": {
|
||||
"AddGitSafeDir": "git config --global --add safe.directory /workspaces/${containerWorkspaceFolderBasename}",
|
||||
"update": "rustup target add x86_64-unknown-linux-musl && rustup update && cargo update",
|
||||
"clippy": "cargo clippy --fix --allow-dirty"
|
||||
"clippy": "cargo clippy --fix --allow-dirty",
|
||||
"nix flake update": "nix flake update"
|
||||
},
|
||||
// Configure tool-specific properties.
|
||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||
|
@ -69,7 +75,8 @@
|
|||
"ms-azuretools.vscode-docker",
|
||||
"redhat.vscode-yaml",
|
||||
"GitHub.copilot",
|
||||
"GitHub.copilot-chat"
|
||||
"GitHub.copilot-chat",
|
||||
"jnoortheen.nix-ide"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue