Justinas Delinda
Justinas Delinda
I am experiencing this on Linux as well, to be absolutely sure we are running identical setups I made reproduction inside docker. https://github.com/minht11/tauri-cross-platform-issue-docker - Build docker image (will take a...
I also sometimes get on that repo. ``` Definitions of the following identifiers conflict with those in another file: __VLS_IntrinsicElements, __VLS_Element, __VLS_GlobalComponents, __VLS_IsAny, __VLS_PickNotAny, __VLS_intrinsicElements, __VLS_SelfComponent, __VLS_WithComponent, __VLS_FunctionalComponentProps, __VLS_IsFunction, __VLS_UnionToIntersection,...
I don't want to build my internal packages, huge DX downside. Anyway it does work. I am successfully using this exact setup on 3 different monorepos. Granted for now I...
I managed to make it work, somewhat. If you first open source file and then go to file where it is imported types are resolved correctly. However if you first...
Setting "vue.server.hybridMode": "typeScriptPluginOnly" made it work I think. Even after reload types are present. Credit from https://github.com/vuejs/language-tools/issues/4611
That is very non ergonomic. Vue supports exporting types/variables from components, I would expect Vue language server to support it as well. If this feature not expected to work it...
Using latest version 2.1.6 and things work correctly even without `"vue.server.hybridMode": "typeScriptPluginOnly"` so closing it.
@codethief I am using moonrepo to handle things for me. More info https://moonrepo.dev/docs/guides/javascript/typescript-project-refs
This issue is blocking our upgrade as well. We have 20k items. Tried to manually lower batchLimit to 100 like in https://github.com/strapi/strapi/issues/22318 but that did not help.
To add to what @dyc3 said, in my opinion Biome likely isn't a right tool to fully replace full repo secret scanning. Biome does not support all the languages which...