Files
freecad-robust-mcp-fc111/.vscode/extensions.json
T
Sean P. KaneandGitHub a775852ce9 chrore: major overhaul of docs, commands, and workflows (#23)
* ci: add status badges to README

* chore: major overhaul - docs, commands & workflows

* fix: general fixes and improvements

* chore: various updates and fixes

* chore: minor fixes
2026-01-07 09:44:45 -08:00

37 lines
651 B
JSON

{
"recommendations": [
// Python development
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.mypy-type-checker",
"charliermarsh.ruff",
// Just (command runner)
"skellock.just",
// Docker
"ms-azuretools.vscode-docker",
"exiasr.hadolint",
// GitHub Actions
"GitHub.vscode-github-actions",
// Configuration files
"tamasfe.even-better-toml",
"redhat.vscode-yaml",
// Markdown
"DavidAnson.vscode-markdownlint",
// Shell scripts
"timonwong.shellcheck",
// Git
"eamodio.gitlens",
// Spell checking
"streetsidesoftware.code-spell-checker"
]
}