Posted in

Visual Studio Code 1.92 改善了调试体验_AI阅读总结 — 包阅AI

包阅导读总结

1.

关键词:Visual Studio Code 1.92、Debugging、Browser Links、Extension Update、Other Changes

2.

总结:Visual Studio Code 1.92 改进了调试体验,提供了配置打开链接的浏览器的新设置,改进了扩展更新体验,包括更可控的更新和管理方式,还提到了其他一些变化。

3.

主要内容:

– Visual Studio Code 1.92

– 改进调试体验

– 提供新设置 `workbench.externalBrowser` 配置打开链接的浏览器,可按工作区设置,支持完整路径或浏览器别名,且设置支持同步。

– 改进扩展更新体验

– 全局扩展自动更新动作变更为“为所有扩展启用自动更新”和“为所有扩展禁用自动更新”。

– 改进了单个扩展的自动更新体验,更新含执行代码的扩展版本需用户同意。

– 其他变化

思维导图:

文章地址:https://www.infoworld.com/article/3481579/visual-studio-code-1-92-improves-debugging-experience.html

文章来源:infoworld.com

作者:InfoWorld

发布时间:2024/8/6 8:30

语言:英文

总字数:519字

预计阅读时间:3分钟

评分:88分

标签:Visual Studio Code,调试,扩展管理,浏览器配置,辅助功能


以下为原文内容

本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com

To configure which browser to open links, Visual Studio Code 1.92 provides a new setting, workbench.externalBrowser. Developers can configure this setting on a per-workspace level. The setting also is Settings Sync-enabled. The setting should specify the full path to the browser. Or, to ensure correct functioning across devices, browser aliases can be used, such as edge, chrome, or firefox.

Visual Studio Code 1.92 also brings improvements to the extension update experience that provide more control over updating extensions and makes it easier to manage auto-updating. The global extension auto-update action in the Extension view title area has been changed to “Enable Auto Update for All Extensions” and “Disable Auto Update for All Extensions” actions. These actions enable developers to enable auto update for all extensions simultaneously. For individual extension auto updates, the experience has been improved by showing the action to enable or disable auto update for the extension, Microsoft said. Also, user consent now is required when updating an installed extension version that has no executable code to a version that has executable code.

Other changes in Visual Studio Code 1.92: