John Won
John Won
```bash # 1. pnpm setup # 2. source .zshrc ``` Works!
@zuhanit Could you tell me what input method that you are using to reproduce? And It's that happend after type space key? I'm sorry I'm not a korean user and...
确实是VSCode的default:replacePreviousChar方法导致的
觉得feedback loop应该怎么翻译 反馈环?
I noticed that the Vue-official plugin load typescript config file is different from the built-in typescript plugin, If the `tsconfig.json` has `references` field, they're loaded in a different order. I...
I find this #2548, But It's not support for v2
- [x] typescript 类型兼容部分文档
+1, The same problem for me, I found this #1998, but still don't know how to fix it.
@michaelangeloio Set the VSCode settings `vue.server.hybridMode` to `false`, That makes the order of loading the tsconfig in `.ts` and `.vue` the same.