Skip to content

Documented Developer Setup and Folded in VS Code Section - #28

Merged
lecode-official merged 1 commit into
developmentfrom
developer-setup
Aug 1, 2026
Merged

Documented Developer Setup and Folded in VS Code Section#28
lecode-official merged 1 commit into
developmentfrom
developer-setup

Conversation

@lecode-official

Copy link
Copy Markdown
Owner

Added a new "Developer Setup" article to the developer manual (docs/developer-manual/tooling/developer-setup.md), with a subsection per tool: installing the pinned .NET SDK and restoring local dotnet tools, installing Node.js and the pinned dprint, CSpell, and MarkdownLint-cli2 versions, and installing Visual Studio Code with its recommended extensions. The Visual Studio Code subsection explains why Workspace Config Plus is not just recommended but required in practice — without it, no settings.json is generated at all, so the shared editor configuration silently never applies.

README.md gained a "Developer Setup" section, first under "Development", listing the tools required or recommended without installation instructions and pointing at the new article. Its old "Visual Studio Code" subsection, which explained the Workspace Config Plus mechanism at length, was folded into the new article and removed from the read me. Linked the new article from the tooling and developer-manual indexes, and added a CLAUDE.md routing table row for it.

This work was done with the help of Claude Code, which wrote the new article and updated README.md, CLAUDE.md, and the indexes to match.

Closes issue #27.

Added a new "Developer Setup" article to the developer manual
(`docs/developer-manual/tooling/developer-setup.md`), with a
subsection per tool: installing the pinned .NET SDK and restoring
local `dotnet` tools, installing Node.js and the pinned dprint,
CSpell, and MarkdownLint-cli2 versions, and installing Visual Studio
Code with its recommended extensions. The Visual Studio Code
subsection explains why Workspace Config Plus is not just
recommended but required in practice — without it, no `settings.json`
is generated at all, so the shared editor configuration silently
never applies.

`README.md` gained a "Developer Setup" section, first under
"Development", listing the tools required or recommended without
installation instructions and pointing at the new article. Its old
"Visual Studio Code" subsection, which explained the Workspace
Config Plus mechanism at length, was folded into the new article and
removed from the read me. Linked the new article from the tooling
and developer-manual indexes, and added a `CLAUDE.md` routing table
row for it.

This work was done with the help of Claude Code, which wrote the new
article and updated `README.md`, `CLAUDE.md`, and the indexes to
match.

Co-Authored-By: Claude <noreply@anthropic.com>
@lecode-official lecode-official added this to the Milestone v0.3.0 milestone Aug 1, 2026
@lecode-official lecode-official self-assigned this Aug 1, 2026
@lecode-official lecode-official added the Type: Documentation The issue or pull request concerns the updating or adding of content to the documentation. label Aug 1, 2026
@lecode-official
lecode-official merged commit c3ae12c into development Aug 1, 2026
2 checks passed
@lecode-official
lecode-official deleted the developer-setup branch August 1, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Documentation The issue or pull request concerns the updating or adding of content to the documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the Required/Recommended Developer Setup With Installation Instructions

1 participant