A minimal wasm demo with an in-browser editor and language server built with tower-lsp
Find a file
2022-06-15 15:07:30 -06:00
.cargo Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
.vscode Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
crates Fix clippy lints 2022-06-15 15:07:30 -06:00
packages/app Adjust layout 2022-06-15 11:30:04 -06:00
.editorconfig Import project 2022-05-29 15:43:56 -06:00
.eslintignore Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
.eslintrc.yaml Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
.gitignore Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
.prettierrc.yaml Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
Cargo.toml Remove local crates-io patch 2022-06-15 10:31:15 -06:00
CODE_OF_CONDUCT.md Import project 2022-05-29 15:43:56 -06:00
LICENSE Import project 2022-05-29 15:43:56 -06:00
Makefile.toml Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
package-lock.json Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
package.json Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
README.md Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
rustfmt.toml Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00
tsconfig.json Implement monaco editor and lsp server with features 2022-06-14 22:26:08 -06:00

tower-lsp-web-demo

A minimal browser-hosted WASM demo for tower-lsp

Building

cargo install cargo-make
cargo make deps
cargo make build

Running

cargo make run