mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2025-01-22 11:47:51 +00:00
Formatting
This commit is contained in:
parent
0f80ce1474
commit
d34b074c47
2 changed files with 3 additions and 3 deletions
|
@ -15,6 +15,7 @@
|
|||
margin-right: auto;
|
||||
margin-top: 25vh;
|
||||
}
|
||||
|
||||
.container textarea {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -48,7 +49,7 @@
|
|||
|
||||
await init();
|
||||
await serve(stdin, stdout);
|
||||
</script>
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -6,8 +6,7 @@ use tower_lsp::{jsonrpc, lsp_types::*, LanguageServer, LspService, Server};
|
|||
use wasm_bindgen::{prelude::*, JsCast};
|
||||
use wasm_bindgen_futures::stream::JsStream;
|
||||
|
||||
struct LspServer {
|
||||
}
|
||||
struct LspServer {}
|
||||
|
||||
#[tower_lsp::async_trait]
|
||||
impl LanguageServer for LspServer {
|
||||
|
|
Loading…
Reference in a new issue