VS Code 1.38 发布,官方图标存储库发布
微软发布 VS Code 1.38,该版本的一些关键亮点包括: Preserve case for global search and replace- 进行全局替换字符串时保留大小写 Settings editor string array validation- 在配置编辑器中进行字符串数组的验证:最小值,最大值,enum 以及 glob Adjust cursor surrounding lines- 设置在滚动时光标选中的行数 Copy and revert in the diff editor- 在 diff editor 中方便地复制或者恢复被删除的内容 Go to Line supports negative line numbers- 快速跳转到文件末尾 MDN Reference link for HTML and CSS- 在 IntelliSense 中显示 MDN 文档 Add missing await Quick Fix- 在异步代码中,快速修复缺失的 await 代码 Debugging data breakpoints- 当跟踪的变量变化时,中断调试器 ...

