mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
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:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user