# vscode_plugin_template **Repository Path**: ggxx/vscode_plugin_template ## Basic Information - **Project Name**: vscode_plugin_template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-16 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: 脚手架 ## README # 开发调试注意 在调试的 VS Code 窗口里看(就是按 F5 启动的那个新窗口)。 那个窗口里: Ctrl+Shift+U 打开输出面板 下拉框选择 "xxx" 原始的 VS Code 窗口只能看到调试控制台的日志,扩展的 outputChannel 日志在调试窗口里。