mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"name": "all features",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"GitHub.copilot",
|
|
"ms-vscode.hexeditor"
|
|
],
|
|
"settings": {
|
|
"rust-analyzer.cargo.features": [
|
|
"all"
|
|
]
|
|
}
|
|
}
|