lijyze
Results
3
comments of
lijyze
已经弃用 ``` "editor.formatOnSave" ``` 使用 ``` "editor.codeActionsOnSave": { "source.fixAll.eslint": true } ```
That‘s a great pr, but it can only work in live-preview mode, you should modify _postProcessor_ file to make it also work in preview mode.
Seems `keepAliveInitialDelay` cause this error, I have to pass a param to this config, and if I pass a small number, like `keepAliveInitialDelay: 1`, I also encounter this error. set...