Removed macro facets

Macros, placeholders, etc. will all be handled by std eventually so they shouldn't appear in the protocol or the host
This commit is contained in:
2024-08-22 18:05:57 +02:00
parent 3a63894de2
commit 84cbcdd4fe
37 changed files with 210 additions and 350 deletions

22
.zed/settings.json Normal file
View File

@@ -0,0 +1,22 @@
{
"languages": {
"Rust": {
"language_servers": ["rust-analyzer", "..."]
}
},
"wrap_guides": [100],
"lsp": {
"rust-analyzer": {
"binary": {
"path": "C:\\Users\\z004yk5r\\.cargo\\bin\\rust-analyzer.exe"
},
"initialization_options": {
"checkOnSave": {
"command": "clippy"
}
}
}
},
"tab_size": 2,
"rust-analyzer": {}
}