src/ ├── extension.ts # 主入口文件 ├── config/ │ └── constants.ts # 常量配置 ├── types/ │ └── index.ts # 类型定义 ├── utils/ │ ├── statement-detector.ts # 语句检测工具 │ ├── console-detector.ts # Console.log 检测工具 │ └── ...
it also does mention the vscode extension rdbg in assignment and refers the docs too. many projects in ruby course are terminal games which take user input for example. so thinking of including how to ...