“ Visual Studio Code 1.88 发布 ”
Visual Studio Code 1.88 现已发布,具体更新内容如下
- 应用自定义编辑器标签- 区分具有相同文件名的编辑器。
- Locked scrolling- 通过同步滚动 side-by-side 比较编辑器。
- 扩展更新改进- 无需重新加载即可重新启动扩展,并通过 VS Code 版本更新扩展。
- Test Coverage API- VS Code 中的 Native code coverage 支持。
- Folding markers in minimap- 轻松识别并导航到 minimap 中的代码部分。
- 快速搜索改进- Sticky文件路径分隔符和分隔符按钮。
在”快速搜 “中将文件名分隔符设置为 sticky,以便更清楚地显示搜索结果与哪个文件相关联。当文件中出现多个搜索词时,这将非常有用。
- Notebook Run cells in section- 快速运行 notebook部分中的所有单元格。
- Copilot 改进- 改进了内联聊天 UI、 commit 消息和 used references。
- Python 自动检测改进- 检测 Flask 和 Django 的启动文件,发现 Hatch 环境。
- 预览终端内联聊天- 直接从终端启动 Copilot 内联聊天对话。
更多详情可查看官方公告。
推荐阅读
每日一言
"<!doctype html> <html lang="Zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex,nofollow"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="renderer" content="webkit"> <title>您请求的文件不存在!</title> <link type="text/css" rel="stylesheet" href="https://www.oick.cn/css/404.css" /> <link rel="shortcut icon" href="http://www.oick.cn/favicon.ico" type="image/x-icon" /> </head> <body> <div id="wrap"> <div> <img src="https://www.oick.cn/imgs/404.png" alt="404" /> </div> <div id="text"> <strong> <span></span> <a href="javascript:history.back()">返回上一页</a> </strong> </div> </div> <div class="animate below"></div> <div class="animate above"></div> </body> </html>"