-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make prisma-fmt logs to work with language server #1193
Comments
There is a |
I think this has been, at least partially, caught by #1396 |
I took a look through the commit history (all three of them 😅). I can't see any mention of any issues. I also just noticed that we still have the following endpoint at the bottom of the lib file. #[cfg(feature = "wasm_logger")]
#[wasm_bindgen]
pub fn enable_logs() {
wasm_logger::init(wasm_logger::Config::default());
} This feels somewhat clunky to me as that then requires language-tools (/ I guess any other consumer of this package) to first make a call to We have a |
Would help the development a lot if the rust side would display logs for the TS engineer.
The text was updated successfully, but these errors were encountered: