LouisLv
LouisLv
**Describe the bug** Run cloc with option --git --diff may produce broken report with duplicate keys: **cloc; OS; OS version** - cloc version: 1.92 - If running the cloc source,...
SimpleGit use `git branch -v` to get branch summary info ```typescript export function branchLocalTask(): StringTask { return { format: 'utf-8', commands: ['branch', '-v'], parser(stdOut, stdErr) { return parseBranchSummary(stdOut, stdErr); },...
I can't copy the empty line after tokenizing my diff: 
### Types - [x] 🪚 Refactors ### Background or solution 目前的设计将 enable mcp 配置存在 storage 下,在 OpenSumi 常用的 WebIDE 场景下,每一次新建空间都需要启用 ### Changelog refactor(ai-native): enable mcp server by default ## Summary...
**描述你的问题(Describe the bug)** 目前 Command MCP Server 启动时未指定 cwd **复现路径(To Reproduce)** 尝试使用项目目录下的脚本作为 MCP Server,命令为 node,参数为 ./scropt/stdio.js,发现运行会失败 **预期表现(Expected behavior)** 默认使用项目目录作为 cwd **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser:...
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 目前 notebook kernel 管理能力只支持内核连接,不支持新的 Python 环境的创建  **描述你预期的功能表现(Describe the solution you'd like)**  **描述你考虑过的替代方案(Describe alternatives you've considered)** 用户手动创建,但是比较繁琐 **补充信息(Additional context)**
**描述你的问题(Describe the bug)**  **复现路径(To Reproduce)**、 安装 Python 插件,打开 Python 文件,点击状态栏 Python 版本,选择 输入执行器版本 即可复现 看 [Python 插件代码](https://github.com/microsoft/vscode-python/blob/main/src/client/common/utils/multiStepInput.ts#L285),set busy 后并未 reset,怀疑 vscode 内部有自动 reset 的[逻辑](https://github.com/microsoft/vscode/blob/4fa5611d67dc84e105e9cd155a746f2d7813d9a0/src/vs/platform/quickinput/browser/quickInputController.ts#L458) **预期表现(Expected behavior)** loading 状态消失,允许输入 **环境信息(Environment)**...
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 目前多行重写时,若新增行不存在,则不会展示  **描述你预期的功能表现(Describe the solution you'd like)** 未新建的新增行时候zoneWidget渲染  **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**