Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
attributes:
label: "Project"
description: "Which subproject or area"
placeholder: "core | compiler | vscode | book | tests | other"
placeholder: "core | compiler | book | tests | other"
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
label: "Project"
description: "Which subproject or area"
placeholder: "core | compiler | vscode | book | tests | other"
placeholder: "core | compiler | book | tests | other"
validations:
required: true
- type: textarea
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/extension.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/lsp-ci.yml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/publish-lsp.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/typescript.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ target/
.idea
*.iml

# Vscode project files
.vscode

# mdbook HTML output dir
book/book/

# Node.js modules
node_modules/

# VSCode extension package
*.vsix

# macOS
.DS_Store
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ check out the following resources:
* Our in-browser playground: https://ide.simplicity-lang.org/

This project defines and implements the SimplicityHL language, and provides
a compiler binary and language server protocol (LSP) implementation. We
welcome contributions across a wide spectrum of tasks. For example,
a compiler binary. We welcome contributions across a wide spectrum of tasks.
For example,

* Improving tooling: compiler command-line interface or LSP
* Improving tooling: compiler command-line interface
* Documentation: this repository can always use more documentation; for
documentation about Simplicity and SimplicityHL it may make more sense
to contribute to https://github.com/BlockstreamResearch/simplicity-lang-org/
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ getrandom = { version = "0.2", features = ["js"] }

[workspace]
members = ["codegen", "fuzz"]
exclude = ["bitcoind-tests", "lsp"]
exclude = ["bitcoind-tests"]

[workspace.metadata.rbmt.toolchains]
nightly = "nightly-2025-08-23"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Produce JSON output with the `--json` flag.
./target/debug/simc examples/p2pkh.simf -w examples/p2pkh.wit --json
```

### VSCode extension
### Editor tooling

See the installation [instructions](./vscode/README.md).
The language server and VS Code extension are maintained in separate repositories:

* [simplicityhl-lsp](https://github.com/BlockstreamResearch/simplicityhl-lsp)
* [simplicityhl-vscode](https://github.com/BlockstreamResearch/simplicityhl-vscode)
19 changes: 0 additions & 19 deletions lsp/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions lsp/Cargo.toml

This file was deleted.

Loading
Loading