pika-installer-gtk4/.vscode/settings.json

8 lines
169 B
JSON
Raw Normal View History

2024-01-14 22:31:40 +01:00
{
"css.lint.emptyRules": "ignore",
"scss.lint.emptyRules": "ignore",
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./Cargo.toml"
]
}