forked from Orchid/orchid
Began implementing fully isomorphic macros
Like Rust's Proc macros. Now we have preprocessor recursion to worry about. I also made a cool macro for enums
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"languages": {
|
||||
"Rust": {
|
||||
"language_servers": ["rust-analyzer", "..."]
|
||||
"language_servers": ["rust-analyzer", "..."],
|
||||
"formatter": "language_server"
|
||||
}
|
||||
},
|
||||
"wrap_guides": [100],
|
||||
@@ -11,8 +12,11 @@
|
||||
"path": "C:\\Users\\z004yk5r\\.cargo\\bin\\rust-analyzer.exe"
|
||||
},
|
||||
"initialization_options": {
|
||||
"checkOnSave": {
|
||||
"check": {
|
||||
"command": "clippy"
|
||||
},
|
||||
"rustfmt": {
|
||||
"extraArgs": ["+nightly"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user