Alex
Alex
@artu-ole Hmm, yes, it's definitely different for me: With `"vue.server.hybridMode": "typeScriptPluginOnly"`, all references are resolved correctly (I'd say perfectly, both inside `` and ``, including ``), and highlighting works as...
**Update after testing Option A (accept `UnknownType` in `IndexedAccessTypeNodeParser`):** NodeParser/IndexedAccessTypeNodeParser.ts diff ```diff diff --git a/src/NodeParser/IndexedAccessTypeNodeParser.ts b/src/NodeParser/IndexedAccessTypeNodeParser.ts index 0a5445a..06c8d24 100644 --- a/src/NodeParser/IndexedAccessTypeNodeParser.ts +++ b/src/NodeParser/IndexedAccessTypeNodeParser.ts @@ -61,7 +61,14 @@ export class IndexedAccessTypeNodeParser...
> It sounds like there are cases where this could break correctness, right? About correctness – Option A doesn’t introduce new problems; that’s verified. B or C are not tested...
Sorry, had a bit of a hassle with my projects recently, but I’ll have a chance to get back to this in a few days I hope.
I went ahead with Option B. - Mapped types now receive the correct sub-context, so widened keys like `string` no longer drop properties during intersection merges. - `keyof` only widens...
We could pay for it, but... $99 is just too high for this only feature. If it were around $20, many of us would have paid for it a few...
@themilkman I understand that, but I think it's worth noting that Sublime Text, and probably Merge, have operated like this for many years, leading the community to generally perceive them...
Another use case: developing a web app on a server stack like nginx+php-fpm+postgresql locally. After switching to systemd on Debian in WSL2, it became impossible to work without keeping a...
For anyone who's in the same situation and needs a solution (until Microsoft truly fixes it), here's a workaround I use. Add this to a .bat file (adjust the distro...
@janosharsanyi Yep, once [2.5.4](https://github.com/microsoft/WSL/releases/tag/2.5.4) is released (still in "Pre-release" state as of today), it should solve the issue by finally providing the desired config option. Thanks — googling led me...