Rafał Chłodnicki
Rafał Chłodnicki
When you say it doesn't work during local development do you mean nuxt instance started with `nuxt dev`? It works here so not sure how to help you unless you...
Can you show your FULL nuxt config including your sentry module configuration? (censor anything sensitive of course)
Some notes: - You haven't included the `sentry` part in `publicRuntimeConfig`. I would hope it is present when testing. - Try removing `dsn` from `sentry` object and have it only...
I'm out of ideas. Feel free to minimize your project until it's something that reproduces and can be shared. (I feel like you'll find the issue yourself if you do...
I agree that this solution is not that good. It's too specific to one use case. Perhaps a viable alternative would be to add a context like `has_diagnostics` and have...
> nuxt edge! Why Nuxt Edge? I think it should work on latest stable.
We don't support it officially, yes, but my question is: why do you think that we should be testing on "nuxt edge" rather than on the latest Nuxt 2 stable?...
Then nuxt bridge should be released in a stable version first that supports stable nuxt 2 version. Requiring nuxt-edge won't be an option for many production services that need to...
Server currently supports [`workspace/willRenameFiles`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_willRenameFiles) LSP API through #685 so it can already update references to the module that is being renamed. That said, triggering a file rename based on symbol...
I suppose this is doable but note that given how tsserver API works, you might get one set of diagnostics followed by a different (complete) set of diagnostics for the...