GY

Results 4 issues of GY

I just added yarn & pnpm for install playwright and whether to use --quiet.

## Introduction I just did some simple tests for all of this. So maybe you should do more or make it better. If you have question, just connect me, I'd...

enhancement

刚刚接触go-zero,很抱歉我还是个强迫症,关于错误提示没有出现在`problems`中我很意外,所以我添加了这个功能 另外,我发现目前插件仅仅是简单的每次抛出一个错误,还需要使用**format**才可以触发插件提示,虽然我想参照[vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples/blob/main/code-actions-sample/src/diagnostics.ts)中的例子进行更改,以实现实时监控的功能,但是很抱歉我失败了,因为我发现我没法把error暴露出来,又不想破坏原本的代码结构,也可能是因为我js学的不到位,始终没有做到。 所以,目前仅仅是简单的一条一条的处理错误信息。同时也希望你可以参考下[vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples/blob/main/code-actions-sample/src/diagnostics.ts),并完善该插件。 ![image](https://raw.githubusercontent.com/whosydd/images-in-one/main/images/202210072226022.gif)

enhancement

这是我针对 issuses #14 的修改方案,希望对你有帮助