emulator: start supporting Android, this is WIP
Needs storage permissions, probably extra tweaks
This commit is contained in:
Vendored
+6
-2
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"rust-analyzer.check.command": "clippy",
|
||||
"editor.formatOnSave": true,
|
||||
"rust-analyzer.cargo.features": "all"
|
||||
}
|
||||
"rust-analyzer.cargo.features": "all",
|
||||
"files.eol": "\n",
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.trimTrailingWhitespace": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user