Add bot editing

This commit is contained in:
Snazzah
2021-08-30 19:10:55 +00:00
committed by GitHub
parent 144e4db7c7
commit c96dc63395
4 changed files with 252 additions and 150 deletions

View File

@@ -1,4 +1,5 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
"editor.formatOnSave": true,
"compile-hero.disable-compile-files-on-did-save-code": true
}