I used vue-cli
in vscode
to do the project, and found that after npm run dev
(the template I used for vue-cli2.x), every time I modified the code, the habitual ctrl+s
saved. If there is a problem in the code, an error prompt box will pop up automatically at the top right of the editor, and the most annoying will be accompanied by the system sound.
how can I block this error (at least block the sound of the system when reporting an error)?