Registers all tools in VS Code using the unified architecture
This function replaces manual tool registration with automatic registration based on tool definitions and core operations.
VS Code extension context
Array of tool definitions (defaults to all)
Registry of core operations (defaults to all)
// In extension.ts activate():registerVSCodeTools(context); Copy
// In extension.ts activate():registerVSCodeTools(context);
Registers all tools in VS Code using the unified architecture
This function replaces manual tool registration with automatic registration based on tool definitions and core operations.