zng/.vscode/settings.json

15 lines
234 B
JSON

{
"rust.features": [
"app_profiler"
],
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"rust",
"toml"
]
}