Visual Studio Code 1.55 发布

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

内容简介: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 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

We Are the Nerds

We Are the Nerds

Christine Lagorio-Chafkin / Hachette Books / 2018-10-2 / USD 18.30

Reddit hails itself as "the front page of the Internet." It's the third most-visited website in the United States--and yet, millions of Americans have no idea what it is. We Are the Nerds is an eng......一起来看看 《We Are the Nerds》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具