1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "folders": [ { "name": "syact", "path": "../syact" }, { "name": "sybot", "path": "." } ], "settings": { "rust-analyzer.showUnlinkedFileNotification": false, "rust-analyzer.diagnostics.disabled": [ "unresolved-proc-macro" ] } }