电子说
标题栏自定义

折叠选择

搜索多选

树视图搜索和过滤

终端改进
注意:在 Windows 上,需要 PowerShell 7 (pwsh) 来支持 shell 集成。其他扩展的 PowerShell 键绑定:
Ctrl+Space - 默认为 MenuComplete。(仅 Windows)
Alt + 空格 - 默认为 SetMark.
Shift+Enter - 默认为 AddLine.
Shift+End - 默认为 SelectLine.
Shift+Home - 默认为 SelectBackwardsLine.
命令行选项 --merge - 使用 3-way 合并编辑器作为默认合并工具。
-m --merge Perform a three-way merge by providing paths for two modified versions of a file, the common origin of both modified versions, and the output file to save merge results.
这意味着可以将 VS Code 用作 Git 的合并工具,例如在以下位置进行配置.gitconfig:[merge]tool = code-insiders[mergetool "code-insiders"]cmd = code-insiders --wait --merge $REMOTE $LOCAL $BASE $MERGED
NoteBook:转到最近失败的单元格 - 直接跳转到笔记本。

Python 入门体验
自动调试配置Python 扩展现在支持自动调试配置,可以分析当前项目并提供不需要额外修改的调试配置。该扩展识别 Django、Flask 和 FastApi 项目,以及简单的 Python 文件。粘性滚动预览 -
editor.experimental.stickyScroll.enabled 设置启用粘性滚动。
开发容器 CLI 主题
审核编辑 :李倩
全部0条评论
快来发表一下你的评论吧 !