Visual Studio Code 1.55 发布

栏目: 软件资讯 · 发布时间: 4年前

内容简介:Visual Studio Code 1.55 稳定版已发布,其中一些主要亮点内容如下: 辅助功能改进:多光标支持,屏幕阅读器的行数限制增加到 1000 行。 macOS Big Sur 的图标更新:与 Big Sur 的视觉风格相匹配的 brand icons。...

Visual Studio Code 1.55 稳定版已发布,其中一些主要亮点内容如下

Visual Studio Code 1.55 发布

Visual Studio Code 1.55 发布

Visual Studio Code 1.55 发布  Visual Studio Code 1.55 发布

Visual Studio Code 1.55 发布

Visual Studio Code 1.55 发布

VS Code 会通过这个菜单自动检测并显示一些比较常用的 shell,但也可以通过 terminal.integrated.profiles.<platform> 设置进行配置。通过这个设置,可以添加新的配置文件,更改现有的配置文件和删除默认的配置文件。比如:

"terminal.integrated.profiles.windows": {
  // Add a PowerShell profile that doesn't run the profile
  "PowerShell (No Profile)": {
      // Some sources are available which auto detect complex cases
      "source": "PowerShell",
      "args": ["-NoProfile"],
      // Name the terminal "PowerShell (No Profile)" to differentiate it
      "overrideName": true
  },
  // Remove the builtin Git Bash profile
  "Git Bash": null,
  // Add a Cygwin profile
  "Cygwin": {
    "path": "C:\\cygwin64\\bin\\bash.exe",
    "args": ["--login"]
  }
}

推荐的初始添加配置文件的方法是通过“选择默认配置文件”命令,该命令允许基于现有配置文件或其他检测到的 shell 创建配置文件。

Visual Studio Code 1.55 发布

  • Notebook 的改进多个单元格选择,以及更具可定制性的 diff 编辑器。

Visual Studio Code 1.55 发布

Visual Studio Code 1.55 发布

更多详细信息可查看官方发布公告https://code.visualstudio.com/updates/v1_55

下载:Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: snap deb rpm tarball ARM


以上所述就是小编给大家介绍的《Visual Studio Code 1.55 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

C程序设计

C程序设计

谭浩强 / 清华大学出版社 / 2005-7-1 / 26.00元

《C程序设计(第3版)》作者具有丰富的教学经验和编写教材的经验,并针对初学者的特点,精心策划、准确定位,使得《C程序设计(第3版)》概念清晰、例题丰富、深入浅出,受到专家和读者的一致好评。《C程序设计(第3版)》被普遍认为是学习C语言的好教材,并被全国大多数高校选用。十多年来《C程序设计(第3版)》累计发行了800多万册,刨同类书的全国最高记录,是学习C语言的主流用书。《C程序设计(第3版)》曾荣......一起来看看 《C程序设计》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器