Skip to content

Commit bf22873

Browse files
authored
docs: add changelog for 0.30.3 (#1506)
1 parent daf1804 commit bf22873

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.30.3
4+
5+
- Add new experiment that add context provider for Copilot in https://github.com/microsoft/vscode-java-pack/pull/1489
6+
- Fix JDK runtime setting not working with keyboard arrow in https://github.com/microsoft/vscode-java-pack/pull/1503
7+
38
## 0.30.2
49

510
- enhancement - Remove app moderization extension from pack by @FluoriteCafe-work in https://github.com/microsoft/vscode-java-pack/pull/1500

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.30.2",
6+
"version": "0.30.3",
77
"publisher": "vscjava",
88
"preview": false,
99
"engines": {

0 commit comments

Comments
 (0)