fix: better error handling for the binary codec (#2693)

* better error handling

* respond to comments

* remove --watch
This commit is contained in:
Mayukha Vadari
2024-05-08 12:20:43 -04:00
committed by GitHub
parent 4d6fef597c
commit 212686baae
6 changed files with 23 additions and 7 deletions

View File

@@ -39,7 +39,7 @@
"enable": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,