mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Try to add devcontainer
This commit is contained in:
16
.devcontainer/all/devcontainer.json
Normal file
16
.devcontainer/all/devcontainer.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "all features",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"extensions": [
|
||||
"rust-lang.rust-analyzer",
|
||||
"GitHub.copilot",
|
||||
"ms-vscode.hexeditor"
|
||||
],
|
||||
"settings": {
|
||||
"rust-analyzer.cargo.features": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user