Let GitHub Copilot draft of your pull request description

Writing good pull request descriptions is essential for effective code reviews and collaboration. But it’s time-consuming and tedious, especially when you have multiple commits or complex changes. That’s why we’re highlighting a feature that will make your life better with the help of GitHub Copilot: generated pull request descriptions.

Java on Visual Studio Code的更新 – 2024年6月

大家好,欢迎阅读Visual Studio Code for Java的六月更新!在这篇博客中,我们将分享项目设置项目的重要更新以及一系列Spring的功能改进,让我们开始吧! 项目设置页面功能增强 编译器配置 在项目设置页面添加了一个新的编译器配置标签页。这使您可以方便地设置项目的Java编译器相关选项。目前的选项包括源代码和目标兼容性、用于交叉编译的–release选项以及类文件生成的自定义。请参见下方截图中的编译器部分。 Maven相关选项 除了编译器部分,我们还添加了Maven标签页,使用户可以轻松指向的Maven配置文件。用户只需点击“Maven”并输入Maven配置文件的名称。 Formatter配置 最后,许多用户需要使用格式化器(Formatter)来格式化代码。我们在项目部分添加了使用格式化器的跳转方式。点击“Formatter”后,Visual Studio Code Java将引导用户进入格式化器视图。如果用户当前没有格式化器的文件,Visual Studio Code Java将引导用户直接创建一个格式化器。请参见下方的演示。 更方便地访问项目设置页面 自从我们引入更新后的项目设置页面以来,我们收到了用户的积极反馈。因此,我们使项目设置页面更加易于访问,现在您可以通过Java状态菜单直接从状态栏进入该页面。请参见下方截图。 要使用上述所有功能,用户可以使用上面提到的状态栏,或直接使用Command Palette并输入>Java: Open Project Settings。 测试覆盖率 测试覆盖率是我们在4月份推出的新功能,该功能可以使Java开发人员可以在Visual Studio Code中轻松查看代码的测试覆盖率。最近,我们推出了一个新的视频,讲述了如何在我们的插件中使用该功能。用户可以直接点击以下链接查看该视频: Build Server for Gradle在Google Summer Projects中的项目 我们很高兴地分享,Google Summer Projects现已宣布,您可以在Gradle Build Tool的简讯中找到详细信息。今年,Visual Studio Code Java团队正在指导两个Gradle Build Server相关的项目。 Gradle构建服务器 –

Java on Visual Studio Code Update – June 2024

Hi everyone, welcome to the June update for Visual Studio Code for Java! In this blog we are going to share several user experience updates, as well as important Spring features improvements, so let’s get started! Project Settings Page Enhancements New Compiler Section A new compiler section was added to the project settings page.

Updated Documentation for Semantic Kernel

Today we’re excited to announce the updated documentation on the Semantic Kernel learn site here: Introduction to Semantic Kernel | Microsoft Learn. We’ve updated the docs to include in depth samples, updated pages focused on concepts and much more for your learning!