Two improvements to the development workflow (#270)

* Configure rust-analyzer to target wasm32-unknown-unknown

* Watch changes to core rust files
This commit is contained in:
bjorn3
2021-07-16 10:49:52 +02:00
committed by Keavon Chambers
parent 546bb16480
commit 9ed1fccd1d
3 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
},
"rust-analyzer.experimental.procAttrMacros": true,
"rust-analyzer.cargo.target": "wasm32-unknown-unknown",
"files.eol": "\n",
"html.format.wrapLineLength": 200,
"eslint.format.enable": true,
@@ -23,4 +24,4 @@
"typescript",
],
"vetur.format.enable": false,
}
}