Rafael Oliveira

Results 9 comments of Rafael Oliveira

> @rafael-lua Try using the workspace ts version and see if the issue persists: ![image](https://user-images.githubusercontent.com/28700378/244876023-9ba6d0f4-9cb6-45fd-944b-d6f6ecccec45.png) If the issue's gone, try filing an issue in https://github.com/microsoft/TypeScript or https://github.com/vuejs/language-tools. I already tried...

> @rafael-lua After changing to 5.0.4, did you reload vscode? Yep. I already tried reloading vscode, volar server, WSL. For both versions (workspace and vscode). And by default I used...

> @rafael-lua You mean the latest version of `unplugin-auto-import` and `unplugin-vue-components` can't work together? If so, what's inside `auto-imports.d.ts` generated by the latest `unplugin-auto-import`? Yes, that is it. In the...

@wenfangdu In this case, the code would be duplicated, no? Well, I tried changing here, but no results. Tried to remove as well, no good. However, removing the other block...

@lincenying Unfortunately, there isn't =/ It is a fresh new project.

@wenfangdu Upgraded, and unfortunately the issue still persists. But instead of `any`, it shows `unknown`. ![unknown](https://github.com/antfu/unplugin-vue-components/assets/54607854/18de91a2-f243-4f49-8843-3da0719c3a3d)

> @rafael-lua , in your AutoImport config inside `vite.config.ts`, you can set dts to something like `zzzauto-imports.d.ts` and it will work. I guess it takes them in alphabetic order. Wow,...

> Be sure to watch it, I'll post one PR later for the focus problem when uploading your game onto kongregate I don't believe, someone actually did it! This is...

@amitUpscale I did, and it seems to have worked well for now. For esbuild-serverless configuration, we have: ```yaml esbuild: bundle: true minify: false sourcemap: external # we had to set...