Visual Studio Code 1.55 发布

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

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

查看所有标签

猜你喜欢:

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

Essential C++中文版

Essential C++中文版

[美] Stanley B. Lippman / 侯捷 / 华中科技大学出版社 / 2001-8 / 39.80元

书中以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的),全书围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,读者不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。一起来看看 《Essential C++中文版》 这本书的介绍吧!

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

在线图片转Base64编码工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试