forked from Orchid/orchid
very elegant extension API and parts of it used in std as POC
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"rust-analyzer.check.command": "check",
|
||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
|
||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
|
||||
"[rust]": {
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user