Additional cleanup of prelude imports in editor codebase

Closes #744
This commit is contained in:
Keavon Chambers
2022-08-05 17:12:56 -07:00
parent ddfd7db0a0
commit c235c7f252
26 changed files with 11 additions and 49 deletions
+1 -1
View File
@@ -28,6 +28,7 @@
// Rust Analyzer config
"rust-analyzer.cargo.target": "wasm32-unknown-unknown",
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.diagnostics.disabled": ["unresolved-macro-call"], // Remove when https://github.com/rust-lang/rust-analyzer/issues/6835 is fixed
// ESLint config
"eslint.format.enable": true,
"eslint.workingDirectories": [
@@ -46,5 +47,4 @@
"html.format.wrapLineLength": 200,
"files.eol": "\n",
"files.insertFinalNewline": true,
"rust-analyzer.procMacro.attributes.enable": true,
}