Add settings panel

This commit is contained in:
aet
2021-12-19 01:57:38 -05:00
parent 298482f70e
commit bf5bdd1f72
18 changed files with 847 additions and 275 deletions

View File

@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"cSpell.words": ["autolock"],
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
@ -9,4 +10,4 @@
".vscode-insiders",
"i18n.json"
]
}
}