包阅导读总结
1.
关键词:Visual Studio Code 1.92、Debugging、Browser Links、Extension Update、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: