Vitaly

Results 213 comments of Vitaly

> Removing the option options.respawn is a breaking change But I didn't remove support for options.respawn, old option should still be supported. am I missing something?

> You can open a PR thanks!

Hi! I was interested in this. Overriding LS methods with proxy shouldn't never break other plugins as long as you follow its interfaces. Also I was always convinced that there...

Also as I noticed it doesn't work in untitled, use this `file` to ts requests: https://github.com/orta/vscode-twoslash-queries/blob/fc91d1c8baf0622ba85e64d3cf43efb06e5d23d7/src/extension.ts#L34

> I'm trying to use `@xmcl/resourcepack` Three.js project with Vite Hey! Very interesting! Do you have a live demo for the project?? I've got a similar project where I bundle...

Sorry I didnt try to work with that module in the way you want. But I've also done the resource pack support in the browser as well and I'm actively...

Can I get a live preview link for your project or exact things you want to get from the resourcepack module? I might better help you if you would be...

Also I've seen you use TS typeChecker, why don't you use TS AST API then and prefer babel then? Sorry, I might be missing something

> can you provide a specific version and way to test doesn't the way to test seem obvious? just load a world after 1.17 the fix is simple: https://github.com/zardoy/prismarine-web-client/commit/91b73ba9cbd026b82f7acd45770ab5e70ee154d3

Hi! First of all, I think format code settings should always be merged, I'm not sure how requests happen there, but it already happens for vscode builtin extension https://github.com/microsoft/TypeScript/blob/a6ba2e735d379e1adbca06c82f09f182b6bb469e/src/server/editorServices.ts#L1041 Secondly,...