Add bot editing

This commit is contained in:
Snazzah
2021-08-30 19:10:55 +00:00
committed by GitHub
parent 86027f7b3d
commit 3678a32d95
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
}