joy-yu
joy-yu
### Environment 不是很重要 ### Reproduction link [https://www.iviewui.com/components/radio](https://www.iviewui.com/components/radio) ### Steps to reproduce 调整浏览器缩放即出现问题。 ### What is expected? 圆形框部分是完美的圆。 ### What is actually happening? 圆形框部分会变形。 
Maybe we can support more higher versions of `monaco-editor` in the `package.json`. ```json "peerDependencies": { "monaco-editor": "^0.18.0 || ^0.19.0 || ^0.20.0" } ```
**Describe the bug** with "v-else":  no "v-else":  **Extension Version** v2.12.0
The issue is very similar to the case https://github.com/vuejs/language-tools/issues/3776. But it only fails in style area. VSCode Version: 1.87.2 Vue - Official: v2.0.8 https://github.com/vuejs/language-tools/assets/9348314/443a98cd-5666-4ebb-a5d4-2a1bb8f2ef39
Skip uploading parts if they are already listed in uploadedParts. ### Description In our biz scenario, we record `uploadId` `uploadedParts` `bytesUploadedSoFar` params to preserve information about uploaded parts. When an...