Files
sh1106-pico-rs/.vscode/settings.json

7 lines
191 B
JSON
Raw Normal View History

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