Files
sh1106-pico-rs/.vscode/settings.json
2025-12-26 21:21:01 -05:00

7 lines
191 B
JSON

{
"editor.formatOnSave": true,
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"workbench.editor.customLabels.patterns": {
"**/mod.rs": "mod | ${dirname}"
},
}