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
1 change: 0 additions & 1 deletion editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

Language server integration.

- First VS Code Marketplace release as `veralang.vera-language`
- Bundles the extension runtime instead of shipping raw `node_modules`
- The extension now starts Vera's language server (`vera lsp`) for
`.vera` files: proof-aware diagnostics with verification-tier hints,
Expand Down
14 changes: 0 additions & 14 deletions editors/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,6 @@ The **Vera: Restart Language Server** command restarts the server

## Installation

### VS Code Marketplace

Install **Vera Language** from the Extensions view, or run:

```bash
code --install-extension veralang.vera-language
```

### From VSIX

```bash
code --install-extension vera-language-0.2.0.vsix
```

### From source

**Fresh clone:**
Expand Down