mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-15 16:48:10 -04:00
vscode settings: remove inlay hints setting
I had this set to off because it was interfering with checking if the line goes beyond 100 columns. But `cargo fmt` mostly takes care of that anyway. Leave it up to the user/workspace settings rather than the project one.
This commit is contained in:
parent
967834ce15
commit
71d3f2a946
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -41,7 +41,6 @@
|
|||||||
"editor.defaultFormatter": "matklad.rust-analyzer"
|
"editor.defaultFormatter": "matklad.rust-analyzer"
|
||||||
//"editor.defaultFormatter": null
|
//"editor.defaultFormatter": null
|
||||||
},
|
},
|
||||||
"rust-analyzer.inlayHints.enable": false,
|
|
||||||
"markdown.extension.list.indentationSize": "inherit",
|
"markdown.extension.list.indentationSize": "inherit",
|
||||||
"markdown.extension.toc.unorderedList.marker": "*",
|
"markdown.extension.toc.unorderedList.marker": "*",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user