chore: vscode: enable rss feature by default

This commit is contained in:
ThetaDev 2024-06-14 16:16:05 +02:00
parent 29a7db231a
commit e75ffbb5da
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"rust-analyzer.cargo.features": ["rss"]
}