vscode skill

This commit is contained in:
John Lancaster
2026-06-19 16:56:45 -05:00
parent 45d8beda8a
commit 75b0c8d192
9 changed files with 434 additions and 1 deletions
+7
View File
@@ -51,6 +51,7 @@ nav = [
{ "MCP" = "mcp_layout.md" },
{ "Copilot" = "copilot.md" },
{ "Usage" = "usage.md" },
{ "Future Work" = "future_work.md" },
{ "New Skill" = "new_skill.md" },
{ "Security" = "securing.md" },
] },
@@ -59,6 +60,12 @@ nav = [
{ "Overview" = "skills/copilot-customization/SKILL.md" },
{ "VS Code" = "skills/copilot-customization/references/vscode-customization.md" },
] },
{ "VS Code Config" = [
{ "Overview" = "skills/vscode-configuration/SKILL.md" },
{ "Debug Launch" = "skills/vscode-configuration/references/debug-launch-configurations.md" },
{ "FastAPI Debug" = "skills/vscode-configuration/references/fastapi-debugpy-launch.md" },
{ "Tasks" = "skills/vscode-configuration/references/tasks-json-configuration.md" },
] },
{ "FastAPI UV" = [
{ "Overview" = "skills/fastapi-uv-docker/SKILL.md" },
{ "Best" = "skills/fastapi-uv-docker/references/fastapi-best-practices.md" },