LouisLv

Results 8 issues of 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: ![image](https://github.com/otakustay/react-diff-view/assets/13199771/deed6d5c-fe0f-4dad-8f25-ec9c01787049)

stale

### Types - [x] 🪚 Refactors ### Background or solution 目前的设计将 enable mcp 配置存在 storage 下,在 OpenSumi 常用的 WebIDE 场景下,每一次新建空间都需要启用 ### Changelog refactor(ai-native): enable mcp server by default ## Summary...

⚙️ refactor

**描述你的问题(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:...

🐞 bug

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 目前 notebook kernel 管理能力只支持内核连接,不支持新的 Python 环境的创建 ![Image](https://github.com/user-attachments/assets/78c2ba4c-650b-41ea-aaa7-b66ee435c7e2) **描述你预期的功能表现(Describe the solution you'd like)** ![Image](https://github.com/user-attachments/assets/02ab0f0d-8844-4013-a3f5-c89fd8556cd5) **描述你考虑过的替代方案(Describe alternatives you've considered)** 用户手动创建,但是比较繁琐 **补充信息(Additional context)**

🎨 feature

**描述你的问题(Describe the bug)** ![image](https://github.com/user-attachments/assets/1080f2ac-1ad3-41b6-b6b4-9ff470a163a6) **复现路径(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)**...

🐞 bug

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** 目前多行重写时,若新增行不存在,则不会展示 ![image](https://github.com/user-attachments/assets/95894c3d-4f3d-4db1-8123-c7554bd57781) **描述你预期的功能表现(Describe the solution you'd like)** 未新建的新增行时候zoneWidget渲染 ![image](https://github.com/user-attachments/assets/e756c380-4023-4866-b820-8509728262db) **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**

🎨 feature