zng/.vscode/settings.json

15 lines
234 B
JSON
Raw Normal View History

2020-02-11 10:51:18 +08:00
{
2020-02-25 10:47:19 +08:00
"rust.features": [
"app_profiler"
],
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"rust",
"toml"
]
2020-02-11 10:51:18 +08:00
}