Skip to content

feat: add VS Code workspace recommendations#74

Merged
PAMulligan merged 1 commit intomainfrom
11-add-vs-code-workspace-recommendations-file
Apr 12, 2026
Merged

feat: add VS Code workspace recommendations#74
PAMulligan merged 1 commit intomainfrom
11-add-vs-code-workspace-recommendations-file

Conversation

@PAMulligan
Copy link
Copy Markdown
Contributor

Summary

  • Adds .vscode/extensions.json with 6 recommended extensions: ESLint, Prettier, Vitest, YAML, ShellCheck, and EditorConfig
  • Tracks .vscode/settings.json (existing Vitest config exclusion pattern)
  • Updates .gitignore to share settings.json and extensions.json while ignoring personal VS Code files (e.g., launch.json)

Closes #11

Test plan

  • Open the repo in VS Code and verify the "Recommended Extensions" prompt appears
  • Confirm launch.json or other personal VS Code files are not tracked by git
  • CI passes

🤖 Generated with Claude Code

Adds .vscode/extensions.json with recommended extensions (ESLint, Prettier,
Vitest, YAML, ShellCheck, EditorConfig) and tracks .vscode/settings.json.
Updates .gitignore to share these files while ignoring personal VS Code config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@PAMulligan PAMulligan linked an issue Apr 12, 2026 that may be closed by this pull request
3 tasks
@PAMulligan PAMulligan self-assigned this Apr 12, 2026
@PAMulligan PAMulligan added area: ci-cd CI/CD workflows area: devex Developer experience area: docs Documentation labels Apr 12, 2026
@PAMulligan PAMulligan merged commit f4bbd1b into main Apr 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci-cd CI/CD workflows area: devex Developer experience area: docs Documentation

Projects

Development

Successfully merging this pull request may close these issues.

Add VS Code workspace recommendations file

1 participant