Files
freecad-robust-mcp-fc111/.vscode/settings.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

115 lines
1.9 KiB
JSON

{
"cSpell.words": [
"asyncio",
"bandit",
"blockchained",
"bonninr",
"BREP",
"brep",
"changelog",
"codespell",
"commitizen",
"contextform",
"docstrings",
"dylib",
"exiasr",
"fcstd",
"freecad",
"FreeCAD",
"gitleaks",
"Gitleaks",
"hadolint",
"heredoc",
"heredocs",
"IGES",
"iges",
"impl",
"isinstance",
"jango",
"justfile",
"Justfile",
"libpython",
"lifespan",
"linted",
"linter",
"linters",
"linting",
"Makefile",
"markdownlint",
"Markdownlint",
"mcp",
"MCP",
"mise",
"mypy",
"neka",
"partdesign",
"PartDesign",
"pydantic",
"Pylance",
"pyside",
"PySide",
"pytest",
"recomputation",
"recompute",
"rpath",
"ruff",
"Ruff",
"shellcheck",
"SIGSEGV",
"sigsegv",
"spkane",
"subagent",
"topods",
"trufflehog",
"TruffleHog",
"uncommitted",
"uuidgen",
"vertexes",
"virtualenv",
"XMLRPC",
"xmlrpc"
],
"cSpell.ignorePaths": [
".git",
"*.lock",
"uv.lock",
"node_modules",
".venv",
"__pycache__",
"*.pyc",
".secrets.baseline",
".gitleaks.toml",
".codespell-ignore-words.txt"
],
"spellright.language": [],
"spellright.documentTypes": [],
"ltex.enabled": false,
"editor.suggest.showWords": true,
"cSpell.enableFiletypes": [
"python",
"markdown",
"yaml",
"toml",
"json",
"plaintext"
],
"cSpell.language": "en",
"cSpell.allowCompoundWords": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
}
},
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
}
}