包阅导读总结
1. 关键词:IntelliJ IDEA、2024.1.5 版本、更新、修复问题、发布
2. 总结:IntelliJ IDEA 2024.1.5 已发布,可从多种方式更新,文中列举了此版本最显著的更新内容及修复的问题,还提到了获取更多细节和报告 bug 的途径。
3. 主要内容:
– 发布版本:IntelliJ IDEA 2024.1.5 发布
– 更新方式:
– 可在 IDE 内更新
– 利用 Toolbox App
– Ubuntu 用户使用 snaps
– 从网站下载
– 显著更新:
– 修复终端因 ulimit -n 值过高打开缓慢的问题
– HTTP Client 按用户设置发送正确的 Content-Type 头
– 解决查看 package.json 包详情有时异常的问题
– 修复启用中、韩、日本地化时缺失翻译的问题
– 修复通过 Gateway WSL 运行 Spring Boot 应用时“Registry key 未定义”的错误
– 解决命令行格式化器在特定情况下挂起的问题
– 更多信息:
– 查看发布说明了解更多解决的问题
– 遇到 bug 向问题跟踪器报告
思维导图:
文章地址:https://blog.jetbrains.com/idea/2024/08/intellij-idea-2024-1-5/
文章来源:blog.jetbrains.com
作者:Julia Shashkova
发布时间:2024/8/6 5:41
语言:英文
总字数:212字
预计阅读时间:1分钟
评分:91分
标签:IntelliJ IDEA,IDE 更新,错误修复,开发工具,JetBrains
以下为原文内容
本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com
IntelliJ IDEA 2024.1.5 Is Out
We’ve just released IntelliJ IDEA 2024.1.5.
You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website.
Here are the most notable updates:
- Fixed the issue where the terminal would open slowly when the
ulimit -n
value was set too high. [IJPL-103736] - The HTTP Client no longer sends an HTTP request with a
Content-Type: text/plain
header when a specificContent-Type
has already been set by the user. [IJPL-65366] - Fixed the issue where viewing package details in the
package.json
sometimes resulted in an exception. [IJPL-150388] - Fixed issues with missing translations when Chinese, Korean, or Japanese localization is enabled. [IJPL-86423, IJPL-148265]
- Fixed the “
Registry key is not defined
” error when running the Spring Boot application via Gateway WSL. [IJPL-156767] - Fixed the issue where the command line formatter hung when using the
-dry
flags on a project with Java files that were not fully formatted. [IJPL-150213]
To find out more details about the issues resolved, please refer to the release notes.
If you encounter any bugs, please report them to our issue tracker.
Happy developing!