Skip to content
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

draft: lsp format #1632

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

draft: lsp format #1632

wants to merge 1 commit into from

Conversation

hugocaillard
Copy link
Collaborator

Description

Breaking change?

Example


Checklist

  • Tests added in this PR (if applicable)

@@ -23,7 +23,7 @@ declare const __EXTENSION_URL__: string;
new BrowserMessageWriter(self),
);

initSync(await wasmModule);
initSync({ module: await wasmModule });
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes a warning i saw in the console. Not mandatory but will probably be needed in the future

@@ -26,7 +26,6 @@ use std::sync::{Arc, RwLock};
use wasm_bindgen::prelude::*;
use wasm_bindgen_futures::future_to_promise;

#[cfg(debug_assertions)]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that println! won't be visible in wasm.

I just removed #[cfg(debug_assertions)] for debugging, don't remember how to enable it

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 40 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
components/clarity-lsp/src/common/state.rs 0.00% 24 Missing ⚠️
components/clarity-lsp/src/common/backend.rs 0.00% 15 Missing ⚠️
...ts/clarity-lsp/src/common/requests/capabilities.rs 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@tippenein tippenein mentioned this pull request Dec 19, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

1 participant