injectionforge/.vscode/settings.json

6 lines
142 B
JSON
Raw Normal View History

2023-06-07 16:00:19 +03:00
{
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.features": "all",
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix"
2023-06-07 16:00:19 +03:00
}