refactor: remove lsp and vscode#326
Conversation
|
On the CI side, for #314, I think we can make it pass without touching the LSP. From what I’ve seen, it’s a standalone crate and pulls Some time ago, I created a commit with the new |
|
Make sense, though it would be nice to have to separate repos one for lsp another for vscode (to avoid ambiguity) |
|
Yeah even better |
|
I moved the vscode extension to its own repo: https://github.com/BlockstreamResearch/simplicityhl-vscode |
|
@gerau should we proceed with removal? |
|
Yes, we can. |
Removes the LSP and VS Code extension from this repo and into https://github.com/BlockstreamResearch/simplicityhl-lsp
Motivation
When trying to update
rust-simplicityin #314 I am unable to get the full project to pass CI. This is because the LSP project references Simplicity via a crates version.As it stands, there are usually multiple PRs to update the LSP after code in the rest of the project is edited.