ffplayout/.vscode/settings.json

27 lines
836 B
JSON
Raw Normal View History

2024-04-21 15:12:02 -04:00
{
"rust-analyzer.cargo.target": null,
"rust-analyzer.checkOnSave": true,
"rust-analyzer.cargo.buildScripts.overrideCommand": null,
"rust-analyzer.rustfmt.overrideCommand": null,
"rust-analyzer.inlayHints.chainingHints.enable": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"rust-analyzer.inlayHints.typeHints.enable": false,
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
"[dockercompose]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[rust]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
2024-04-25 06:41:26 -04:00
},
"cSpell.words": [
"actix",
2024-04-26 08:32:08 -04:00
"rsplit",
2024-04-25 06:41:26 -04:00
"tokio",
"uuids"
]
2024-04-21 15:12:02 -04:00
}