fix: fix testing torrents container

This commit is contained in:
2025-04-01 03:45:56 +08:00
parent a0fc4c04d9
commit 1fca69fa66
10 changed files with 159 additions and 1721 deletions

View File

@@ -5,7 +5,6 @@
"unifiedjs.vscode-mdx",
"mikestead.dotenv",
"christian-kohler.npm-intellisense",
"skellock.just",
"charliermarsh.ruff"
"skellock.just"
]
}

View File

@@ -28,8 +28,5 @@
"emmet.showExpandedAbbreviation": "never",
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"rust-analyzer.cargo.features": ["testcontainers"],
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
}
"rust-analyzer.cargo.features": ["testcontainers"]
}