lean4-htt/doc
Kim Morrison d03499322d
chore: replace workspace file with .vscode/ settings (#12770)
This PR replaces `lean.code-workspace` with standard `.vscode/`
configuration
files (`settings.json`, `tasks.json`, `extensions.json`). The workspace
file
required users to explicitly "Open Workspace from File" (and moreover
gives a
noisy prompt whether or not they want to open it), while `.vscode/`
settings
are picked up automatically when opening the folder. This became
possible after
#12652 reduced the workspace to a single folder.

Also drops the `rewrap.wrappingColumn` markdown setting, as the Rewrap
extension
is no longer signed on the VS Code marketplace.

🤖 Prepared with Claude Code

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 01:10:04 +00:00
..
dev chore: replace workspace file with .vscode/ settings (#12770) 2026-03-04 01:10:04 +00:00
examples doc: add IJCAR 2026 grind paper examples (#12462) 2026-02-13 04:02:11 +00:00
images doc: update quickstart guide for new display name (#5193) 2024-08-28 13:29:16 +00:00
latex doc: upstream the Lean4 pygments lexer (#3125) 2024-05-20 11:40:24 +00:00
make doc: fix broken "quickstart" and "supported editors" link (#8785) 2025-09-02 12:45:04 +00:00
std chore: relative lean-toolchains (#12652) 2026-02-25 10:23:35 +00:00
.gitignore doc: mdbook init 2020-10-30 14:23:47 +01:00
BoolExpr.lean chore: Std -> Batteries renaming (#4108) 2024-05-08 05:04:25 +00:00
metaprogramming-arith.lean refactor: remove some unnecessary antiquotation kind annotations 2022-07-23 17:09:32 +02:00
perf.md doc: add basic perf documentation 2021-09-06 07:12:36 -07:00
README.md chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
style.md doc: write a guideline for tactic docstrings (#11406) 2026-01-06 04:40:20 +00:00
syntax_example.lean doc: fix example style 2022-04-22 16:26:16 +02:00

Developer Documentation and Examples

This directory contains documentation that describes how to work on Lean itself, as well as examples that are included in documentation that's hosted on the Lean website. The make directory contains information on building Lean, and the dev directory describes how to work on Lean.

The documentation section has links to documentation that describes how to use Lean itself.