Skip to content

Commit cf629fb

Browse files
Remove vscjava.migrate-java-to-azure from pack (#1500)
* chore: remove `vscjava.migrate-java-to-azure` * chore: bump to 0.30.2, updating changelog
1 parent e39c1d4 commit cf629fb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

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

3+
## 0.30.2
4+
5+
- enhancement - Remove app moderization extension from pack by @FluoriteCafe-work in https://github.com/microsoft/vscode-java-pack/pull/1500
6+
37
## 0.30.0
48

59
- enhancement - Add app moderization extension into pack by @FluoriteCafe-work in https://github.com/microsoft/vscode-java-pack/pull/1483

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ By installing Extension Pack for Java, the following extensions are installed:
2727
- [📦 Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
2828
- AI-assisted development
2929
- Completion list ranked by AI
30-
- [📦 GitHub Copilot app modernization](https://marketplace.visualstudio.com/items?itemName=vscjava.migrate-java-to-azure)
31-
- AI assistant that helps developers to modernize legacy Java applications
32-
- Runtime and framework upgrades, dependency updates, and cloud migration preparation
3330

3431
## Other Recommendations
3532

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
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.0",
6+
"version": "0.30.2",
77
"publisher": "vscjava",
88
"preview": false,
99
"engines": {
@@ -377,7 +377,6 @@
377377
"vscjava.vscode-maven",
378378
"vscjava.vscode-gradle",
379379
"vscjava.vscode-java-dependency",
380-
"vscjava.migrate-java-to-azure",
381380
"VisualStudioExptTeam.vscodeintellicode"
382381
],
383382
"dependencies": {

0 commit comments

Comments
 (0)